Skip to content

Commit

Permalink
Merge branch 'master' into release/1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobinus committed Mar 6, 2020
2 parents 358268a + 71cc8ca commit f18abec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f18abec

Please sign in to comment.