moto/.travis.yml

10 lines
146 B
YAML
Raw Normal View History

2013-02-28 22:32:52 -05:00
language: python
python:
- 2.7
install:
- 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