Skip to content

Commit a62d9a4

Browse files
committed
ci: Travis: 3.5.1: upgrade pip, setuptools, virtualenv
Ref: jaraco/zipp#40
1 parent 30cb598 commit a62d9a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- env: TOXENV=py35 PYTEST_COVERAGE=1 PYTEST_ADDOPTS="-k test_raises_cyclic_reference"
4747
python: '3.5.1'
4848
dist: trusty
49+
before_install:
50+
# Work around https://github.com/jaraco/zipp/issues/40.
51+
- python -m pip install -U pip 'setuptools>=34.4.0' virtualenv
4952

5053
before_script:
5154
- |

0 commit comments

Comments
 (0)