From: Oleg Broytman Date: Thu, 31 Jan 2019 19:19:38 +0000 (+0300) Subject: Tests: Require tox < 3.1 to avoid basepython conflicts X-Git-Tag: 0.7.0~1 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=f96d733318b696374aeca23290a36ff42b95a647 Tests: Require tox < 3.1 to avoid basepython conflicts --- diff --git a/appveyor.yml b/appveyor.yml index 5c50cee..16dda7d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,7 +54,7 @@ install: - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - "python -m pip install --upgrade pip setuptools" - - "pip install --upgrade tox" + - "pip install --upgrade \"tox < 3.1\" ppu" - "pip --version" # No build step - we don't have C extensions