Upgrade to boto 2.45 (#803)

Adds support for additional regions:

* ca-central-1
* eu-west-2

Signed-off-by: Andrew Harris <andrew.harris@getbraintree.com>
This commit is contained in:
Jesse Szwedko 2017-01-18 19:55:22 -08:00 committed by Steve Pulec
commit 55f39265dd
3 changed files with 6 additions and 4 deletions

View file

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