Skip to content

Commit

Permalink
Upgrade wheel to be on the safe side
Browse files Browse the repository at this point in the history
It is used for virtualenvwrapper install and we also upgrade it in AppVeyor.
  • Loading branch information
sambrightman committed Oct 6, 2020
1 parent 83d3b9b commit d15f237
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 @@ -11,7 +11,7 @@ python:
- "pypy"
- "pypy3"
before_install:
- pip install -U pip setuptools virtualenvwrapper
- pip install -U pip setuptools wheel virtualenvwrapper
- source virtualenvwrapper.sh
- wipeenv
install:
Expand Down

0 comments on commit d15f237

Please sign in to comment.