Skip to content

Commit

Permalink
Travis: Install tox v3.0.0
Browse files Browse the repository at this point in the history
Tox 3.1.0 / 3.1.1 do not work with our confugiration,
see our GitHub issue biopython#1730.
  • Loading branch information
peterjc committed Jul 10, 2018
1 parent 2afe4ec commit e534462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ before_install:
# This is minimal and used under all stages
install:
- pip install --upgrade pip setuptools
- pip install tox
- pip install tox==3.0.0
- tox -c .travis-tox.ini -e $TOXENV --notest

script:
Expand Down

0 comments on commit e534462

Please sign in to comment.