Test Boto 2.43.0 .

This commit is contained in:
Steve Pulec 2016-11-06 10:29:50 -05:00
commit 38021c6ef5
3 changed files with 4 additions and 4 deletions

View file

@ -5,11 +5,11 @@ python:
- 2.7
env:
matrix:
- BOTO_VERSION=2.36.0
- BOTO_VERSION=2.43.0
matrix:
include:
- python: "3.3"
env: BOTO_VERSION=2.36.0
env: BOTO_VERSION=2.43.0
install:
- travis_retry pip install boto==$BOTO_VERSION
- travis_retry pip install boto3