updated travis.yml

main
Michael Herman 2015-11-06 13:28:00 -07:00
parent c0e045ff07
commit 3d9b97eb6a
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ python:
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python manage.py test
- python manage.py cov