We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c22d34 commit 2900f6fCopy full SHA for 2900f6f
.appveyor.yml
@@ -15,6 +15,7 @@ install:
15
- "mklink /d \"C:\\Program Files\\Python\" %PYTHON%"
16
- "SET PYTHON=\"C:\\Program Files\\Python\""
17
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
18
+ - "python -m pip install --upgrade --force-reinstall virtualenv"
19
- "python -m pip install tox"
20
- "python -m tox --notest -vv"
21
0 commit comments