Fix boto version.

This commit is contained in:
Steve Pulec 2014-10-26 20:59:11 -04:00
parent 31b01d27cf
commit 56ee4fa555

View File

@ -10,7 +10,7 @@ env:
matrix:
include:
- python: "3.3"
env: BOTO_VERSION=2.32.4
env: BOTO_VERSION=2.34.0
install:
- pip install boto==$BOTO_VERSION
- pip install .