mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
more config for travis.yml
This commit is contained in:
parent
9b7b73b5e8
commit
ea649fa416
1 changed files with 7 additions and 1 deletions
|
|
@ -12,6 +12,12 @@ env:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -q $DJANGO
|
- pip install -q $DJANGO
|
||||||
|
- pip install coveralls
|
||||||
|
- python setup.py develop
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- PYTHONPATH=$PYTHONPATH:$PWD django-admin.py test defender --settings=defender.test_settings
|
- PYTHONPATH=$PYTHONPATH:$PWD coverage run --source=defender django-admin.py test defender --settings=defender.test_settings
|
||||||
|
- coverage report -m
|
||||||
|
|
||||||
|
after_script:
|
||||||
|
- coveralls --verbose
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue