Skip to content

Commit 2900f6f

Browse files
committed
Upgrade virtualenv in AppVeyor
1 parent 8c22d34 commit 2900f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ install:
1515
- "mklink /d \"C:\\Program Files\\Python\" %PYTHON%"
1616
- "SET PYTHON=\"C:\\Program Files\\Python\""
1717
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
18+
- "python -m pip install --upgrade --force-reinstall virtualenv"
1819
- "python -m pip install tox"
1920
- "python -m tox --notest -vv"
2021

0 commit comments

Comments
 (0)