X-Git-Url: https://git.phdru.name/?p=ppu.git;a=blobdiff_plain;f=appveyor.yml;h=bf1ff979ae7a4db52d4b2c04447ad860e0680738;hp=84316e31d096431ad3ba99cfd383f4c8da0269a9;hb=5159632c3ce5d0aa317225d2d1feef575e67df0c;hpb=ca21d663a9d08816121dd533f2cadd08ecdd8c54 diff --git a/appveyor.yml b/appveyor.yml index 84316e3..bf1ff97 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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