2013-03-01 03:32:52 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 2.7
|
2013-06-27 04:04:05 +00:00
|
|
|
matrix:
|
|
|
|
- BOTO_VERSION=2.9
|
|
|
|
- BOTO_VERSION=2.8
|
2013-03-01 03:32:52 +00:00
|
|
|
install:
|
|
|
|
- pip install .
|
2013-03-11 02:34:30 +00:00
|
|
|
- pip install -r requirements.txt
|
|
|
|
script:
|
2013-03-11 02:38:18 +00:00
|
|
|
- make test
|
2013-03-11 02:34:30 +00:00
|
|
|
after_success:
|
2013-06-27 04:04:05 +00:00
|
|
|
- coveralls
|