peru/.travis.yml

14 lines
226 B
YAML
Raw Normal View History

language: python
python:
- "3.3"
- "3.4"
2015-10-07 15:09:05 +00:00
- "3.5"
2016-04-26 16:39:05 +00:00
- "nightly"
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