Explicitly build coverage XML on travis, not tox
parent
1481891733
commit
fcbbbe52b3
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue