Browse Source

Update virtualenv on Appveyor as well

Thomas Kluyver 5 years ago
parent
commit
3a3ca4e31d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -9,7 +9,7 @@ environment:
 
 install:
   - cinst nsis
-  - "%PYTHON%\\python.exe -m pip install tox --no-warn-script-location"
+  - "%PYTHON%\\python.exe -m pip install -U tox virtualenv --no-warn-script-location"
 
 build: off