update travis coverage options for v2
This commit is contained in:
parent
24feea0f4f
commit
f351f063a8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ install:
|
|||
- if [[ $DJANGO == '1.6' ]]; then pip install coveralls; fi
|
||||
|
||||
script:
|
||||
- if [[ $DJANGO == '1.6' ]]; then coverage run --branch --source=issue --omit=issue/migrations/*.py manage.py test; fi
|
||||
- if [[ $DJANGO == '1.6' ]]; then coverage run --branch --source=accounts,permissions,tracker --omit=*/migrations/*.py manage.py test; fi
|
||||
- if [[ $DJANGO != '1.6' ]]; then python manage.py test; fi
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue