moto/.travis.yml

23 lines
395 B
YAML
Raw Normal View History

2013-02-28 22:32:52 -05:00
language: python
python:
2013-10-03 20:34:13 -04:00
- 2.6
2013-02-28 22:32:52 -05:00
- 2.7
2013-07-08 21:18:19 -04:00
env:
matrix:
- BOTO_VERSION=2.32.1
2014-02-10 14:44:46 -05:00
- BOTO_VERSION=2.25.0
2013-07-08 21:18:19 -04:00
- BOTO_VERSION=2.7
2014-08-26 13:25:50 -04:00
matrix:
include:
- python: "3.3"
env: BOTO_VERSION=2.32.1
2013-02-28 22:32:52 -05:00
install:
- pip install boto==$BOTO_VERSION
2013-02-28 22:32:52 -05:00
- pip install .
2014-09-11 22:47:11 -04:00
- pip install -r requirements-dev.txt
- pip install coveralls
2013-03-10 22:34:30 -04:00
script:
2013-03-10 22:38:18 -04:00
- make test
2013-03-10 22:34:30 -04:00
after_success:
- coveralls