Bläddra i källkod

Update virtualenv on Appveyor as well

Thomas Kluyver 5 år sedan
förälder
incheckning
3a3ca4e31d
1 ändrade filer med 1 tillägg och 1 borttagningar
  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