summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2020-02-10 10:28:41 +0100
committerDaniel Hahler <git@thequod.de>2020-02-10 10:53:42 +0100
commita62d9a40e7aaf1936f99436fdbd3b7bc7d5994c1 (patch)
tree137e0a5713041047630a2c8c27cd261b57972157 /.travis.yml
parent30cb598e9c4bda0d35aeea6657ba6a957bcec957 (diff)
downloadpytest-a62d9a40e7aaf1936f99436fdbd3b7bc7d5994c1.tar.gz
ci: Travis: 3.5.1: upgrade pip, setuptools, virtualenv
Ref: https://github.com/jaraco/zipp/issues/40
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 59c7951e4..d773d4ab5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,6 +46,9 @@ jobs:
- env: TOXENV=py35 PYTEST_COVERAGE=1 PYTEST_ADDOPTS="-k test_raises_cyclic_reference"
python: '3.5.1'
dist: trusty
+ before_install:
+ # Work around https://github.com/jaraco/zipp/issues/40.
+ - python -m pip install -U pip 'setuptools>=34.4.0' virtualenv
before_script:
- |