updated travis file

main
Michael Herman 2015-04-16 12:46:00 -06:00
parent b21e31dadd
commit bbf93cf833
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# Config file for testing at travis-ci.org
language: python
python:
- "2.7"
install: "pip install -r requirements.txt"
script: nosetests
script: "python manage.py test"