Skip to content

Commit

Permalink
ci: fix Travis (#236) (#6786)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored Feb 21, 2020
1 parent d1b5052 commit 58ef95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- |
Expand Down

0 comments on commit 58ef95e

Please sign in to comment.