From 2cdb9380362af87d36083d7b5378a5f6f901399f Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 24 Jun 2015 16:52:18 +0200 Subject: [PATCH] it helps if you have coverage and coveralls --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 18beab1..b387a6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: