PonyConf/.travis.yml

11 lines
194 B
YAML
Raw Normal View History

2016-06-11 13:58:22 +00:00
language: python
python:
- 3.5
install:
- pip install -r requirements.txt python-coveralls flake8
script:
- coverage run manage.py test
- flake8 .
after_success:
- coveralls