add the missing requirement

This commit is contained in:
Ken Cochrane 2015-01-01 11:39:20 -05:00
parent 4fdd0c6af8
commit bd9698951f

View file

@ -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