]> git.phdru.name Git - ppu.git/blobdiff - appveyor.yml
CI: Upgrade pip and setuptools
[ppu.git] / appveyor.yml
index 84316e31d096431ad3ba99cfd383f4c8da0269a9..bf1ff979ae7a4db52d4b2c04447ad860e0680738 100644 (file)
@@ -74,7 +74,7 @@ install:
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
   - "pip --version"
-  - "pip install tox"
+  - "pip install --upgrade pip setuptools tox"
 
 # No build step - we don't have C extensions
 build: false