For some reason these changes didn't make it through.

This commit is contained in:
Roland Hedberg 2014-12-16 11:30:40 +01:00
parent b4d82db3a1
commit 7bf28d71db
1 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,13 @@
language: python
python: "2.7"
script:
- ./setup.py test
env:
- TOX_ENV=py27
install:
- pip install --upgrade setuptools
- pip install -U tox
- sudo apt-get install libffi-dev libsasl2-dev
script:
- tox -e $TOX_ENV