From cf06fc594f75942e54f28eaf4565b279414cc72d Mon Sep 17 00:00:00 2001 From: binux Date: Thu, 18 Aug 2016 19:48:51 +0100 Subject: [PATCH] lxml wheel doesn't work for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 916720629..0955e9a80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ before_script: - sleep 10 install: - pip install http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.4.zip#md5=3df394d89300db95163f17c843ef49df + - pip install --no-use-wheel lxml - pip install --allow-all-external -e .[all,test] - pip install coveralls script: