peru/.travis.yml

11 lines
164 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
script:
- ./test.py --with-coverage -v
after_success:
coveralls