Skip to content

Commit

Permalink
Try solving 2.7 installation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
tobinus committed Jan 28, 2020
1 parent 34501ee commit a5f6b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ python:
install:
# 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
# use newest version of pip to avoid e.g. selection of wrong dependency versions
- pip install -U pip
# in CI, incompatible zipp version is chosen for some reason
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install 'lxml<2,>=0.5'; fi
# install application development dependencies
- pip install -r requirements.txt

Expand Down

0 comments on commit a5f6b08

Please sign in to comment.