We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e2581 commit 9de4515Copy full SHA for 9de4515
.travis.yml
@@ -3,6 +3,7 @@ sudo: false
3
python:
4
- "3.5"
5
install: "pip install -r dev-requirements.txt"
6
+before_script: export PYTHONPATH=$PYTHONPATH:$(pwd)
7
script:
8
- nosetests web/test
9
- ./acceptance/run
0 commit comments