mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Merge pull request #194 from mozillazg/coverage
Fix coverage submission. fixed #189
This commit is contained in:
commit
393c3455bf
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ env:
|
|||
install:
|
||||
- pip install -q $DJANGO coveralls
|
||||
script:
|
||||
- ./runtests.py
|
||||
- coverage run --source=axes runtests.py
|
||||
- coverage report
|
||||
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue