Skip to content

Commit

Permalink
Merge pull request #435 from benjaoming/bug/tox-regression
Browse files Browse the repository at this point in the history
Bump tox after upstream fix
  • Loading branch information
benjaoming committed Jul 15, 2018
2 parents 5c6961d + 64d221e commit 7793765
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 @@ -2,7 +2,7 @@ language: python
python:
- 3.6
cache: pip
install: travis_retry pip install tox\<3.1 codecov
install: travis_retry pip install tox\>=3.1.2 codecov
script: tox -e $TOX_ENV
matrix:
fast_finish: true
Expand Down

0 comments on commit 7793765

Please sign in to comment.