matrix build on boto version for travis

This commit is contained in:
Steve Pulec 2013-06-27 00:10:19 -04:00
parent fd8a9e4a59
commit a0a71d0f44

View File

@ -4,7 +4,9 @@ python:
matrix:
- BOTO_VERSION=2.9
- BOTO_VERSION=2.8
- BOTO_VERSION=2.7
install:
- pip install boto==$BOTO_VERSION
- pip install .
- pip install -r requirements.txt
script: