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 4e6143e commit 29be11d
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 29be11d

Please sign in to comment.