peru/.travis.yml

13 lines
212 B
YAML

language: python
python:
- "3.3"
- "3.4"
- "3.5"
install:
- pip install -r ./requirements-dev.txt
- pip install coveralls
script:
- ./test.py --with-coverage -v
after_success:
cd tests && coveralls