]> git.phdru.name Git - cookiecutter.git/commitdiff
Tests(tox): Require tox <= 2.9.1
authorOleg Broytman <phd@phdru.name>
Wed, 4 Apr 2018 03:01:02 +0000 (06:01 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 4 Apr 2018 03:01:02 +0000 (06:01 +0300)
tox 3+ dropped support of Python 3.3.

project_template/.travis.yml
project_template/appveyor.yml
project_template/devscripts/requirements/requirements_tox.txt

index 6ca690c9c53de40627ad3e5adedd4ae1e7ad5149..74a6ebca2a529dc7a1ab7207d3b3abaff4230652 100644 (file)
@@ -39,7 +39,7 @@ matrix:
     - env: TOXENV=pypy
 
 install:
-  - travis_retry pip install --upgrade pip setuptools tox ppu
+  - travis_retry pip install --upgrade pip setuptools "tox <= 2.9.1" ppu
 
 script:
   - tox
index 0a2e20d001114b3e9c21397a4314aa66c54ed1ab..c0606b8550c6d4f3bbc58d00181e3614f322d2e2 100644 (file)
@@ -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
index 9927ea49c9c91dcb797c18e615721d685a71ef87..2978a0b78a93c2eda0e2b06ac89f66532301680f 100644 (file)
@@ -1 +1 @@
-tox >= 1.8
+tox >= 2.0, <= 2.9.1