kappa123/.travis.yml

10 lines
156 B
YAML
Raw Normal View History

2015-01-21 08:32:17 -08:00
# Config file for testing at travis-ci.org
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-01-21 08:32:17 -08:00
install: "pip install -r requirements.txt"
2015-04-16 11:47:39 -07:00
2015-04-16 15:27:30 -07:00
script: "python manage.py test"