Merge pull request #194 from mozillazg/coverage

Fix coverage submission. fixed #189
This commit is contained in:
Camilo Nova 2016-09-24 12:12:36 -05:00 committed by GitHub
commit 393c3455bf

View file

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