peru/.travis.yml

12 lines
202 B
YAML
Raw Normal View History

language: python
python:
- "3.3"
- "3.4"
2014-06-17 00:41:26 +00:00
install:
- pip install -r ./requirements-dev.txt
- pip install coveralls
script:
- ./test.py --with-coverage -v
after_success:
cd tests && coveralls