Sfoglia il codice sorgente

Update virtualenv on Appveyor as well

Thomas Kluyver 5 anni fa
parent
commit
3a3ca4e31d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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