Quellcode durchsuchen

Update virtualenv on Appveyor as well

Thomas Kluyver vor 5 Jahren
Ursprung
Commit
3a3ca4e31d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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