Skip to content

Commit

Permalink
Merge pull request #433 from benjaoming/bug/tox-regression
Browse files Browse the repository at this point in the history
Downgrade Tox to investigate possible regression
  • Loading branch information
benjaoming committed Jul 12, 2018
2 parents 3e78792 + cd0f813 commit c58e192
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 codecov
install: travis_retry pip install tox\<3.1 codecov
script: tox -e $TOX_ENV
matrix:
fast_finish: true
Expand Down

0 comments on commit c58e192

Please sign in to comment.