Explicitly build coverage XML on travis, not tox

fix_request_path_info
Charlie Denton 2017-04-15 00:11:33 +01:00
parent 1481891733
commit fcbbbe52b3
No known key found for this signature in database
GPG Key ID: 5BBA1783DA191613
2 changed files with 2 additions and 2 deletions

View File

@ -96,12 +96,13 @@ matrix:
- env: TOXENV="djangodev" - env: TOXENV="djangodev"
before_install: before_install:
- pip install codecov tox - pip install codecov coverage==3.6 tox
script: script:
- tox - tox
after_success: after_success:
- coverage xml -i
- codecov - codecov
branches: branches:

View File

@ -23,7 +23,6 @@ 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