Skip to content

Commit

Permalink
fixes the appveyor pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Jun 8, 2018
1 parent 524bf09 commit 19a104c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Expand Up @@ -5,9 +5,7 @@ environment:

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
# This is only pinning to a version rather than --upgrade pip until
# such times as the latest Pip doesn't error out with `cannot import name main`
- "pip install --disable-pip-version-check --user pip==9.0.3"
- "c:\\python27\\python.exe -m pip install --disable-pip-version-check --user --upgrade pip"
- "%CMD_IN_ENV% python setup.py develop"
- "pip install -r test-requirements.txt"

Expand Down

0 comments on commit 19a104c

Please sign in to comment.