Explicitly build coverage XML on travis, not tox

This commit is contained in:
Charlie Denton
2017-04-15 00:11:33 +01:00
parent 1481891733
commit fcbbbe52b3
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -96,12 +96,13 @@ matrix:
- env: TOXENV="djangodev"
before_install:
- pip install codecov tox
- pip install codecov coverage==3.6 tox
script:
- tox
after_success:
- coverage xml -i
- codecov
branches:
-1
View File
@@ -23,7 +23,6 @@ deps =
djangodev: https://github.com/django/django/tarball/master
commands=
coverage run --source polymorphic runtests.py
coverage xml -i
[testenv:docs]
deps=Sphinx