Cleanup travis.

This commit is contained in:
Steve Pulec 2017-02-26 23:40:54 -05:00
parent b73360c187
commit e5bcafd22f

View File

@ -3,15 +3,11 @@ sudo: false
python:
- 2.6
- 2.7
- 3.3
env:
matrix:
- BOTO_VERSION=2.45.0
matrix:
include:
- python: "3.3"
env: BOTO_VERSION=2.45.0
- TEST_SERVER_MODE=false
install:
- travis_retry pip install boto==$BOTO_VERSION
- travis_retry pip install boto==2.45.0
- travis_retry pip install boto3
- travis_retry pip install .
- travis_retry pip install -r requirements-dev.txt