Skip to content

Commit

Permalink
Upgrade pip before installing things in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jul 6, 2016
1 parent d1b9eed commit 7b9a391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -8,6 +8,7 @@ init:
- "ECHO %PYTHON%" - "ECHO %PYTHON%"
- ps: "ls C:/Python*" - ps: "ls C:/Python*"
install: install:
- "%PYTHON%/python.exe -m pip install -U pip"
- "%PYTHON%/Scripts/pip.exe install --no-index -f https://users.getnikola.com/static/nikola-windows-wheels lxml" - "%PYTHON%/Scripts/pip.exe install --no-index -f https://users.getnikola.com/static/nikola-windows-wheels lxml"
- "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest coverage pytest-cov mock freezegun" - "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest coverage pytest-cov mock freezegun"
- "%PYTHON%/Scripts/pip.exe install ." - "%PYTHON%/Scripts/pip.exe install ."
Expand Down

0 comments on commit 7b9a391

Please sign in to comment.