Skip to content

Commit

Permalink
Merge pull request #28 from param107/feature/task-3907
Browse files Browse the repository at this point in the history
Travis can use python-lxml apt package #3907
  • Loading branch information
Sharoon Thomas committed Mar 22, 2014
2 parents 859d8ff + d2e32b4 commit d062174
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: python
virtualenv:
system_site_packages: true
python:
- "2.6"
before_install: "sudo apt-get install python-dev libevent-dev"
before_install:
- sudo apt-get install python-lxml
- sudo apt-get install python-dev libevent-dev
install:
- pip install flake8
- python setup.py install
Expand Down

0 comments on commit d062174

Please sign in to comment.