Skip to content

Commit 58ef95e

Browse files
authored
ci: fix Travis (#236) (#6786)
1 parent d1b5052 commit 58ef95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- env: TOXENV=py35 PYTEST_COVERAGE=1 PYTEST_ADDOPTS="-k test_raises_cyclic_reference"
2121
before_install:
2222
# Work around https://github.com/jaraco/zipp/issues/40.
23-
- python -m pip install -U pip 'setuptools>=34.4.0' virtualenv
23+
- python -m pip install -U 'setuptools>=34.4.0' virtualenv==16.7.9
2424

2525
before_script:
2626
- |

0 commit comments

Comments
 (0)