Update .travis.yml

fixing coveralls
This commit is contained in:
Ilan Steemers
2015-06-24 23:02:17 +02:00
parent 065f2dc5aa
commit 67b41d42b0
+1 -1
View File
@@ -14,7 +14,7 @@ env:
install:
- pip install -q django==$DJANGO
- pip install -r requirements.txt
- pip install pytest-django pytz coverage coveralls
- pip install pytest-django pytz coveralls
- python setup.py install
script: