Update travis CI config

This commit is contained in:
Matthew Scragg 2015-08-30 19:28:44 -05:00
parent f59e46c7df
commit 88555836c8
1 changed files with 11 additions and 2 deletions

View File

@ -2,9 +2,18 @@ language: python
python:
- "2.7"
before_install:
- sudo apt-get install -y libxml2-dev libxslt1-dev zlib1g-dev libffi-dev libyaml-dev libssl-dev
addons:
apt:
packages:
- libxml2-dev
- libxslt1-dev
- zlib1g-dev
- libffi-dev
- libyaml-dev
- libssl-dev
install: "pip install -r requirements-dev.txt"
script: nosetests
sudo: false