update travis configuration
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -2,8 +2,17 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libssl-dev
|
||||||
|
- libsasl2-dev
|
||||||
|
- sasl2-bin
|
||||||
|
- swig
|
||||||
|
- python-dev
|
||||||
|
- python3-dev
|
||||||
|
- uuid-dev
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install -qq uuid-dev swig
|
|
||||||
- pip install -r test-requirements.txt
|
- pip install -r test-requirements.txt
|
||||||
- pip install .
|
- pip install .
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user