Explicitly build coverage XML on travis, not tox
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user