add tox version pinning for Python 3.3 in Travis (#19)

development
Matt Bullock 2018-08-14 10:46:52 -07:00 committed by GitHub
parent 1e7fb0b822
commit 95c7b07693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ matrix:
- python: 3.6
env: TOXENV=black-check
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then pip install virtualenv==15.2.0; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then pip install virtualenv==15.2.0 tox==3.1.3; fi
- pip install tox
script: tox