We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b62de7 commit 77b42cfCopy full SHA for 77b42cf
.travis.yml
@@ -11,5 +11,6 @@ python:
11
# No dependencies currently unless using Python 2.6.
12
install:
13
- if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt --use-mirrors; fi
14
+ - python setup.py install
15
# command to run tests, e.g. python setup.py test
-script: python setup.py install && python setup.py test
16
+script: python setup.py test
0 commit comments