Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ python:
- "2.7"
addons:
firefox: "35.0"
virtualenv:
system_site_packages: true
install:
- sudo apt-get -qq install libxml2-dev libxslt-dev python-dev libcurl4-openssl-dev
- pip install -r requirements.txt
- sudo apt-get -qq install libxml2-dev libxslt-dev python-dev libcurl4-openssl-dev python-lxml
- pip install -r https-everywhere-checker/requirements.txt
before_script:
- sh -e /etc/init.d/xvfb start
Expand Down