Skip to content

Commit 4e51430

Browse files
committed
Merge pull request EFForg#1037 from jsha/faster-travis
Use system python-lxml in Travis.
2 parents 2439fe9 + 33a830d commit 4e51430

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ python:
66
- "2.7"
77
addons:
88
firefox: "35.0"
9+
virtualenv:
10+
system_site_packages: true
911
install:
10-
- sudo apt-get -qq install libxml2-dev libxslt-dev python-dev libcurl4-openssl-dev
11-
- pip install -r requirements.txt
12+
- sudo apt-get -qq install libxml2-dev libxslt-dev python-dev libcurl4-openssl-dev python-lxml
1213
- pip install -r https-everywhere-checker/requirements.txt
1314
before_script:
1415
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)