moto/.travis.yml

23 lines
395 B
YAML
Raw Normal View History

2013-03-01 03:32:52 +00:00
language: python
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:
- BOTO_VERSION=2.34.0
2014-02-10 19:44:46 +00:00
- BOTO_VERSION=2.25.0
2013-07-09 01:18:19 +00:00
- BOTO_VERSION=2.7
2014-08-26 17:25:50 +00:00
matrix:
include:
- python: "3.3"
2014-10-27 00:55:11 +00:00
env: BOTO_VERSION=2.32.4
2013-03-01 03:32:52 +00:00
install:
- pip install boto==$BOTO_VERSION
2013-03-01 03:32:52 +00:00
- pip install .
2014-09-12 02:47:11 +00:00
- pip install -r requirements-dev.txt
- 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:
- coveralls