Routes: Fixed vpc_peering_connection_id in describe route tables. (Upgrade: Boto 2.32.1 ~> 2.34.0)
This commit is contained in:
parent
c2cd5b346f
commit
b10d16e583
2 changed files with 27 additions and 27 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue