Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4e51430

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

1 file changed

+3-2Lines changed: 3 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.travis.yml‎

Copy file name to clipboardExpand all lines: .travis.yml
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.