Skip to content

Commit 9de4515

Browse files
glestarisalamages
authored andcommitted
Fix pythonpath for Travis CI
Signed-off-by: Emmanouil Kiagias <[email protected]>
1 parent 89e2581 commit 9de4515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sudo: false
33
python:
44
- "3.5"
55
install: "pip install -r dev-requirements.txt"
6+
before_script: export PYTHONPATH=$PYTHONPATH:$(pwd)
67
script:
78
- nosetests web/test
89
- ./acceptance/run

0 commit comments

Comments
 (0)