Try fixing travis matric
This commit is contained in:
parent
257ca9f771
commit
e8a18f84ff
1 changed files with 5 additions and 4 deletions
|
|
@ -1,10 +1,11 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
matrix:
|
||||
- BOTO_VERSION=2.9
|
||||
- BOTO_VERSION=2.8
|
||||
- BOTO_VERSION=2.7
|
||||
env:
|
||||
matrix:
|
||||
- BOTO_VERSION=2.9
|
||||
- BOTO_VERSION=2.8
|
||||
- BOTO_VERSION=2.7
|
||||
install:
|
||||
- pip install boto==$BOTO_VERSION
|
||||
- pip install .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue