commit:     f942400dda58b2306e70952f1c828bfac6e3d9ec
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 21:41:24 2018 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 21:41:24 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f942400d

.travis.yml: Fix CI

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1fbaac369..7e59eb158 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,8 @@ env:
     - PORTAGE_VER="2.3.24"
 before_install:
     - sudo apt-get -qq update
-    - pip install lxml
+install:
+    - pip install "lxml<4.2"
 before_script:
     - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr
     - mkdir -p travis-overlay /etc/portage /usr/portage/distfiles

Reply via email to