From 40b768c05aff984ae377a571a7f422aa602d3abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20Werner=20Sj=C3=B8str=C3=B8m=20Dahl?= Date: Fri, 6 Mar 2020 19:22:58 +0100 Subject: [PATCH] Ensure Travis runs with up-to-date setuptools --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f683570..77cfeb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ python: - "3.7" install: + - pip install -U setuptools # lxml dropped support for Python 3.4 in version 4.4.0 - if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install 'lxml<4.4.0'; fi # in CI, incompatible zipp version is chosen for some reason