Skip to content

Commit

Permalink
Try updating pip for appveyor.
Browse files Browse the repository at this point in the history
Error did not disappear after having a pip install script. According to
pypa/pip#3804 one just needs to update pip.
  • Loading branch information
rqelibari committed Mar 8, 2017
1 parent 9aee90e commit 31488ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ init:
- "echo Testing with %PYTHON%"

install:
- "%PYTHON%\\python.exe -m pip install --upgrade pip"
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"

build: off
Expand Down

0 comments on commit 31488ea

Please sign in to comment.