Skip to content

Commit

Permalink
.travis.yml: Pre-install lxml on Python 3.4
Browse files Browse the repository at this point in the history
Related to coala#2940
  • Loading branch information
jayvdb committed Aug 5, 2019
1 parent 33584ba commit 99d78ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .moban.dt/travis-before-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_install:
fi
- hash -r && pyenv versions --bare && python --version
- if [ "${TRAVIS_PYTHON_VERSION/3.4/}" != "$TRAVIS_PYTHON_VERSION" ]; then
pip install pip==9.0.3 setuptools==21.2.2;
pip install lxml pip==9.0.3 setuptools==21.2.2;
fi

- if [ -f ".ci/deps.$TRAVIS_LANGUAGE.sh" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ before_install:
fi
- hash -r && pyenv versions --bare && python --version
- if [ "${TRAVIS_PYTHON_VERSION/3.4/}" != "$TRAVIS_PYTHON_VERSION" ]; then
pip install pip==9.0.3 setuptools==21.2.2;
pip install lxml pip==9.0.3 setuptools==21.2.2;
fi

- if [ -f ".ci/deps.$TRAVIS_LANGUAGE.sh" ]; then
Expand Down

0 comments on commit 99d78ea

Please sign in to comment.