X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=appveyor.yml;h=a2f112bc8e1f6e598639b5db85ec5a1024d844e9;hb=e90e02d230c98606a3f0b219eb8d5cf66823c11d;hp=4b8ec355a3ffc5c2bd0050e44c24f3cf7d4fae44;hpb=3b15854a8307c0dc24893b6241bb0610cf37a5d1;p=ppu.git diff --git a/appveyor.yml b/appveyor.yml index 4b8ec35..a2f112b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -49,8 +49,9 @@ install: - "SET TOXPYTHON=%PYTHON_HOME%\\python.exe" - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" + - "python -m pip install --upgrade pip setuptools" + - "pip install --upgrade tox" - "pip --version" - - "pip install --upgrade pip setuptools tox" # No build step - we don't have C extensions build: false