We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0a670 commit b488913Copy full SHA for b488913
1 file changed
.travis.yml
@@ -62,7 +62,8 @@ install:
62
63
script:
64
- if [[ $TEST_TARGET == 'default' ]]; then
65
- py.test -vv ;
+ cp -r tests /tmp && cd /tmp ;
66
+ py.test -vv tests ;
67
fi
68
69
- if [[ $TEST_TARGET == 'coding_standards' ]]; then
0 commit comments