matrix build on boto version for travis
This commit is contained in:
parent
c6d6a0273d
commit
02dbcc9d48
1 changed files with 4 additions and 1 deletions
|
|
@ -1,10 +1,13 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
matrix:
|
||||
- BOTO_VERSION=2.9
|
||||
- BOTO_VERSION=2.8
|
||||
install:
|
||||
- pip install .
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- make test
|
||||
after_success:
|
||||
- coveralls
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue