moto/.travis.yml

24 lines
534 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:
2013-09-16 21:24:32 -04:00
#- BOTO_VERSION=2.13.3
- BOTO_VERSION=2.19.0
2013-09-16 21:24:32 -04:00
- BOTO_VERSION=2.12.0
- BOTO_VERSION=2.11.0
- BOTO_VERSION=2.10.0
- BOTO_VERSION=2.9.9
2013-07-08 21:18:19 -04:00
- BOTO_VERSION=2.8
- BOTO_VERSION=2.7
2013-02-28 22:32:52 -05:00
install:
- pip install boto==$BOTO_VERSION
2013-10-03 20:34:13 -04:00
- pip install https://github.com/gabrielfalcao/HTTPretty/tarball/8bbbdfc14326678b1aeba6a2d81af0d835a2cd6f
2013-02-28 22:32:52 -05:00
- pip install .
2013-03-10 22:34:30 -04:00
- pip install -r requirements.txt
script:
2013-03-10 22:38:18 -04:00
- make test
2013-03-10 22:34:30 -04:00
after_success:
- coveralls