X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fappveyor.yml;h=c0606b8550c6d4f3bbc58d00181e3614f322d2e2;hp=0a2e20d001114b3e9c21397a4314aa66c54ed1ab;hb=8c28dfe718d4df4e5cf9ac4834773e5b539d056a;hpb=6f0dd1644b34df325a2677f61b2b9e4c0d49886c diff --git a/project_template/appveyor.yml b/project_template/appveyor.yml index 0a2e20d..c0606b8 100644 --- a/project_template/appveyor.yml +++ b/project_template/appveyor.yml @@ -72,7 +72,7 @@ install: - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - "python -m pip install --upgrade pip setuptools" - - "pip install --upgrade tox ppu" + - "pip install --upgrade \"tox <= 2.9.1\" ppu" - "pip --version" # No build step - we don't have C extensions