update travis configuration

This commit is contained in:
Kenneth Giusti 2016-05-16 13:41:16 -04:00
parent 7ffab1de8f
commit 407287432b

@ -2,8 +2,17 @@ language: python
python:
- "2.7"
- "3.4"
addons:
apt:
packages:
- libssl-dev
- libsasl2-dev
- sasl2-bin
- swig
- python-dev
- python3-dev
- uuid-dev
install:
- sudo apt-get install -qq uuid-dev swig
- pip install -r test-requirements.txt
- pip install .
# command to run tests