8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ae96c commit 0023d65Copy full SHA for 0023d65
.travis.yml
@@ -12,4 +12,4 @@ python:
12
install:
13
- if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt --use-mirrors; fi
14
# command to run tests, e.g. python setup.py test
15
-script: python setup.py test
+script: python setup.py install && python setup.py test
0 commit comments