matrix build on boto version for travis

This commit is contained in:
Steve Pulec 2013-06-27 00:04:05 -04:00
parent c6d6a0273d
commit 02dbcc9d48

View File

@ -1,10 +1,13 @@
language: python language: python
python: python:
- 2.7 - 2.7
matrix:
- BOTO_VERSION=2.9
- BOTO_VERSION=2.8
install: install:
- pip install . - pip install .
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
- make test - make test
after_success: after_success:
- coveralls - coveralls