Skip to content

Commit b488913

Browse files
committed
run tests using the installed version
1 parent 9e0a670 commit b488913

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ install:
6262

6363
script:
6464
- if [[ $TEST_TARGET == 'default' ]]; then
65-
py.test -vv ;
65+
cp -r tests /tmp && cd /tmp ;
66+
py.test -vv tests ;
6667
fi
6768

6869
- if [[ $TEST_TARGET == 'coding_standards' ]]; then

0 commit comments

Comments
 (0)