We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b5052 commit 58ef95eCopy full SHA for 58ef95e
.travis.yml
@@ -20,7 +20,7 @@ jobs:
20
- env: TOXENV=py35 PYTEST_COVERAGE=1 PYTEST_ADDOPTS="-k test_raises_cyclic_reference"
21
before_install:
22
# Work around https://github.com/jaraco/zipp/issues/40.
23
- - python -m pip install -U pip 'setuptools>=34.4.0' virtualenv
+ - python -m pip install -U 'setuptools>=34.4.0' virtualenv==16.7.9
24
25
before_script:
26
- |
0 commit comments