We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1e6063 + b0797b4 commit 8948624Copy full SHA for 8948624
2 files changed
.travis.yml
@@ -8,7 +8,9 @@ env: # These should match the tox env list
8
- TOXENV=pypy
9
- TOXENV=pypy3
10
- TOXENV=py27 LATEST_GIT=1
11
-install: pip install coveralls tox
+# latest virtualenv combined with downgrading setuptools = sadness
12
+# https://github.com/pypa/pip/issues/3461
13
+install: pip install coveralls tox 'virtualenv<14'
14
script: tox
15
# Special snowflake. Our tests depend on making real commits.
16
before_install:
requirements-dev.txt
@@ -9,3 +9,7 @@ pytest
# setuptools breaks pypy3 with extraneous output
setuptools<18.5
+
+virtualenv<14
0 commit comments