kappa123/.travis.yml

15 lines
172 B
YAML

language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "2.7"
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python manage.py cov