Skip to content

Commit

Permalink
Fix command upgrading pip on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jun 1, 2018
1 parent 033e857 commit 5b30b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -14,7 +14,7 @@ install:
# Ensure python scripts are from right version:
- 'SET "PATH=%PYTHON%\Scripts;%PYTHON%;%PATH%"'
# Update pip/setuptools:
- pip install --upgrade setuptools pip
- python -m pip install --upgrade setuptools pip
# Install our package:
- pip install .
- pip install doit
Expand Down

0 comments on commit 5b30b9a

Please sign in to comment.