Try fixing travis matric

This commit is contained in:
Steve Pulec 2013-07-08 21:18:19 -04:00
parent 257ca9f771
commit e8a18f84ff

View File

@ -1,10 +1,11 @@
language: python language: python
python: python:
- 2.7 - 2.7
matrix: env:
- BOTO_VERSION=2.9 matrix:
- BOTO_VERSION=2.8 - BOTO_VERSION=2.9
- BOTO_VERSION=2.7 - BOTO_VERSION=2.8
- BOTO_VERSION=2.7
install: install:
- pip install boto==$BOTO_VERSION - pip install boto==$BOTO_VERSION
- pip install . - pip install .