kappa123/.travis.yml

15 lines
172 B
YAML
Raw Normal View History

2015-01-21 08:32:17 -08:00
language: python
2015-04-16 11:46:00 -07:00
2015-01-21 08:32:17 -08:00
python:
2017-02-05 10:51:30 -08:00
- "3.6"
2015-11-06 12:20:52 -08:00
- "3.5"
2015-04-16 15:55:59 -07:00
- "3.4"
2015-01-21 08:32:17 -08:00
- "2.7"
2015-04-16 11:46:00 -07:00
2015-04-16 15:47:07 -07:00
install:
- pip install -r requirements.txt
2017-02-05 12:21:23 -08:00
- pip install coveralls
script:
- python manage.py cov