We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2439fe9 + 33a830d commit 4e51430Copy full SHA for 4e51430
.travis.yml
@@ -6,9 +6,10 @@ python:
6
- "2.7"
7
addons:
8
firefox: "35.0"
9
+virtualenv:
10
+ system_site_packages: true
11
install:
- - sudo apt-get -qq install libxml2-dev libxslt-dev python-dev libcurl4-openssl-dev
- - pip install -r requirements.txt
12
+ - sudo apt-get -qq install libxml2-dev libxslt-dev python-dev libcurl4-openssl-dev python-lxml
13
- pip install -r https-everywhere-checker/requirements.txt
14
before_script:
15
- sh -e /etc/init.d/xvfb start
0 commit comments