Compile coverage for coveralls command on travis

This commit is contained in:
Charlie Denton
2017-04-14 01:26:24 +01:00
parent d5886387d4
commit a57b067b42
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
*.egg-info/ *.egg-info/
*.egg/ *.egg/
.coverage .coverage
coverage.xml
.project .project
.idea/ .idea/
.pydevproject .pydevproject
+1
View File
@@ -23,6 +23,7 @@ deps =
djangodev: https://github.com/django/django/tarball/master djangodev: https://github.com/django/django/tarball/master
commands= commands=
coverage run --source polymorphic runtests.py coverage run --source polymorphic runtests.py
coverage xml -i
[testenv:docs] [testenv:docs]
deps=Sphinx deps=Sphinx