Skip to content

Commit

Permalink
I upgraded the wrong pip
Browse files Browse the repository at this point in the history
We need the pip in the virtualenv, which gets installed from
virtualenv's own bundled copy.  So we need a newer virtualenv with a
newer bundled pip.
  • Loading branch information
mgedmin committed Jul 5, 2019
1 parent cdd5cfa commit bea5f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ init:
install:
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- python --version
- python -m pip install -U pip
- pip install -U virtualenv
- pip install tox

build: off
Expand Down

0 comments on commit bea5f81

Please sign in to comment.