X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=appveyor.yml;h=679e4522bb311d4ac3d91ebaf4973a250d5c05bc;hb=80f9ba6cfabb88996401368907181661f46aaaff;hp=e598126c669c7f25ddcaa7cb85b17188fedd3128;hpb=839725092540cbe67c5bfbd7d39f58fd0c5ac345;p=ppu.git diff --git a/appveyor.yml b/appveyor.yml index e598126..679e452 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,8 +53,8 @@ install: - "SET TOXPYTHON=%PYTHON_HOME%\\python.exe" - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - - "python -m pip install --upgrade \"pip < 19.1\" setuptools" - - "pip install --upgrade \"tox < 3.1\" ppu" + - "python -m pip install --upgrade \"pip<19.1\" \"setuptools<44\"" + - "pip install --upgrade \"tox<3.1\" ppu" - "pip --version" # No build step - we don't have C extensions