it helps if you have coverage and coveralls

This commit is contained in:
Ilan Steemers
2015-06-24 16:52:18 +02:00
parent 4b79da42eb
commit 2cdb938036
+1 -1
View File
@@ -14,7 +14,7 @@ env:
install:
- pip install -q django==$DJANGO --use-mirrors
- pip install -r requirements.txt
- pip install pytest-django simplejson pytz
- pip install pytest-django simplejson pytz coverage coveralls
- python setup.py install
script: