Routes: Fixed vpc_peering_connection_id in describe route tables. (Travis: Revert Python 3 tests to use Boto 2.32.1)

This commit is contained in:
dreadpirateshawn 2014-10-23 14:01:12 -07:00
parent b10d16e583
commit 0e6130916f

View File

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