We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2d7f4 commit 069abfdCopy full SHA for 069abfd
.travis.yml
@@ -15,7 +15,10 @@ matrix:
15
env: TOXENV=docs
16
17
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
18
-install: pip install -U tox-travis
+install:
19
+ - pip install -U tox-travis
20
+ - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install 'virtualenv<16.0'; fi
21
+ - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install 'setuptools<40.0'; fi
22
23
# command to run tests, e.g. python setup.py test
-script: tox
24
+script: tox
0 commit comments