ci: fix Travis (#236) (#6786)

This commit is contained in:
Daniel Hahler 2020-02-21 12:50:54 +01:00 committed by GitHub
parent d1b50526fa
commit 58ef95ed4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- env: TOXENV=py35 PYTEST_COVERAGE=1 PYTEST_ADDOPTS="-k test_raises_cyclic_reference"
before_install:
# Work around https://github.com/jaraco/zipp/issues/40.
- python -m pip install -U pip 'setuptools>=34.4.0' virtualenv
- python -m pip install -U 'setuptools>=34.4.0' virtualenv==16.7.9
before_script:
- |