mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
add the missing requirement
This commit is contained in:
parent
4fdd0c6af8
commit
bd9698951f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue