Update travis CI config
This commit is contained in:
parent
f59e46c7df
commit
88555836c8
13
.travis.yml
13
.travis.yml
|
@ -2,9 +2,18 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
before_install:
|
addons:
|
||||||
- sudo apt-get install -y libxml2-dev libxslt1-dev zlib1g-dev libffi-dev libyaml-dev libssl-dev
|
apt:
|
||||||
|
packages:
|
||||||
|
- libxml2-dev
|
||||||
|
- libxslt1-dev
|
||||||
|
- zlib1g-dev
|
||||||
|
- libffi-dev
|
||||||
|
- libyaml-dev
|
||||||
|
- libssl-dev
|
||||||
|
|
||||||
install: "pip install -r requirements-dev.txt"
|
install: "pip install -r requirements-dev.txt"
|
||||||
|
|
||||||
script: nosetests
|
script: nosetests
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
Loading…
Reference in a new issue