Skip to content

Commit

Permalink
Ensure virtualenv is upgraded when installing tox. Fixes jaraco/path#188
Browse files Browse the repository at this point in the history
.
  • Loading branch information
jaraco committed May 22, 2020
1 parent 8de68ba commit 70c5062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ python:
cache: pip

install:
- pip install tox
# ensure virtualenv is upgraded to avoid issues like jaraco/path#188
- pip install -U --upgrade-strategy=eager tox

before_script:
# Enable IPv6. Ref travis-ci/travis-ci#8361
Expand Down

0 comments on commit 70c5062

Please sign in to comment.