Skip to content

Commit cf0aaa7

Browse files
committed
Fix PYTHONPATH for tests.
1 parent 54de23a commit cf0aaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ install:
99
- travis_retry pip install -q pytest mock
1010

1111
script:
12-
- py.test
12+
- PYTHONPATH=. py.test

0 commit comments

Comments
 (0)