We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea9daa commit ef02bccCopy full SHA for ef02bcc
1 file changed
.travis.yml
@@ -5,11 +5,17 @@ language: python
5
python:
6
- "2.7"
7
addons:
8
+ apt:
9
+ packages:
10
+ - libxml2-dev
11
+ - libxslt-dev
12
+ - python-dev
13
+ - libcurl4-openssl-dev
14
+ - python-lxml
15
firefox: "37.0"
16
virtualenv:
17
system_site_packages: true
18
install:
- - sudo apt-get -qq install libxml2-dev libxslt-dev python-dev libcurl4-openssl-dev python-lxml
19
- pip install -r https-everywhere-checker/requirements.txt
20
before_script:
21
- sh -e /etc/init.d/xvfb start
0 commit comments