From bd9698951fe3c81c022dd5b3c5c7237decbfea85 Mon Sep 17 00:00:00 2001 From: Ken Cochrane Date: Thu, 1 Jan 2015 11:39:20 -0500 Subject: [PATCH] add the missing requirement --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11c4512..376cccd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,12 @@ services: install: - pip install -q $DJANGO - pip install coveralls + - pip install mockredispy - python setup.py develop script: - PYTHONPATH=$PYTHONPATH:$PWD coverage run --source=defender $(which django-admin.py) test defender --settings=defender.travis_settings - coverage report -m -after_script: +after_success: - coveralls --verbose