evorepo/.travis.yml
2017-08-28 21:31:26 +02:00

14 lines
350 B
YAML

language: python
python:
- "2.7"
cache: pip
install: "pip install -r requirements.txt && pip install coveralls pylint"
script:
- python manage.py collectstatic --noinput
- coverage run --rcfile .coveragerc manage.py test
- pylint devel main mirrors news packages releng retro templates todolists visualize *.py
after_success:
- coveralls