Compile coverage for coveralls command on travis

fix_request_path_info
Charlie Denton 2017-04-14 01:26:24 +01:00
parent d5886387d4
commit a57b067b42
No known key found for this signature in database
GPG Key ID: 5BBA1783DA191613
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
*.egg-info/
*.egg/
.coverage
coverage.xml
.project
.idea/
.pydevproject

View File

@ -23,6 +23,7 @@ deps =
djangodev: https://github.com/django/django/tarball/master
commands=
coverage run --source polymorphic runtests.py
coverage xml -i
[testenv:docs]
deps=Sphinx