Files
django-pwa/.travis.yml
Silvio Leite 662cf155d7 codecov
2018-11-17 10:11:45 -02:00

15 lines
294 B
YAML

language: python
python:
- "3.6"
env:
- DJANGO_VERSION=2.0
install:
- pip install Django==$DJANGO_VERSION
- pip install tox-travis
- pip install -q -r requirements-dev.txt
- pip install coverage
- pip install codecov
script:
- coverage run runtests.py
after_success:
- codecov