Skip to content

Commit 4f8f624

Browse files
committed
set PYTHONPATH
1 parent 3feb0ed commit 4f8f624

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
python: 2.7
3333
script:
3434
# Run tests and speed them up by sending them to multiple CPUs.
35+
- export PYTHONPATH="$PWD:$PYTHONPATH"
36+
- echo $PYTHONPATH
3537
- >
3638
py.test -n 3 --maxfail 3
3739
tests/functional/test_import.py

0 commit comments

Comments
 (0)