kappa123/.travis.yml

10 lines
116 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:
- "2.7"
2015-04-16 11:46:00 -07:00
2015-04-16 15:47:07 -07:00
install:
- pip install -r requirements.txt
2015-04-16 11:47:39 -07:00
2015-04-16 15:47:07 -07:00
script:
- python manage.py test