Routes: Fixed vpc_peering_connection_id in describe route tables. (Upgrade: Boto 2.32.1 ~> 2.34.0)

This commit is contained in:
dreadpirateshawn 2014-10-23 11:54:20 -07:00
commit b10d16e583
2 changed files with 27 additions and 27 deletions

View file

@ -4,13 +4,13 @@ python:
- 2.7
env:
matrix:
- BOTO_VERSION=2.32.1
- BOTO_VERSION=2.34.0
- BOTO_VERSION=2.25.0
- BOTO_VERSION=2.7
matrix:
include:
- python: "3.3"
env: BOTO_VERSION=2.32.1
env: BOTO_VERSION=2.34.0
install:
- pip install boto==$BOTO_VERSION
- pip install .