Skip to content

Commit c7a1c20

Browse files
committed
set env vars
1 parent 01976cb commit c7a1c20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ python:
55
- "3.5"
66
- "3.6"
77
- "3.7"
8+
env:
9+
- PYTHONPATH=$PYTHONPATH:./src
810
install:
911
- pip install -r test_requirements.txt
10-
- export PYTHONPATH=$PYTHONPATH:./src
1112
script:
1213
- pytest

0 commit comments

Comments
 (0)