2013-03-01 03:32:52 +00:00
|
|
|
language: python
|
2014-12-28 13:37:13 +00:00
|
|
|
sudo: false
|
2013-03-01 03:32:52 +00:00
|
|
|
python:
|
2013-10-04 00:34:13 +00:00
|
|
|
- 2.6
|
2013-03-01 03:32:52 +00:00
|
|
|
- 2.7
|
2013-07-09 01:18:19 +00:00
|
|
|
env:
|
|
|
|
matrix:
|
2016-11-06 15:29:50 +00:00
|
|
|
- BOTO_VERSION=2.43.0
|
2014-08-26 17:25:50 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- python: "3.3"
|
2016-11-06 15:29:50 +00:00
|
|
|
env: BOTO_VERSION=2.43.0
|
2013-03-01 03:32:52 +00:00
|
|
|
install:
|
2014-11-30 03:57:08 +00:00
|
|
|
- travis_retry pip install boto==$BOTO_VERSION
|
2015-08-01 23:35:09 +00:00
|
|
|
- travis_retry pip install boto3
|
2014-11-30 03:57:08 +00:00
|
|
|
- travis_retry pip install .
|
|
|
|
- travis_retry pip install -r requirements-dev.txt
|
|
|
|
- travis_retry pip install coveralls
|
2013-03-11 02:34:30 +00:00
|
|
|
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
|