Fix coverage reporting for Python 2
This commit is contained in:
parent
dfea064fa1
commit
38bd2a7d0d
4
tox.ini
4
tox.ini
|
@ -41,14 +41,14 @@ commands = python setup.py check -r -s
|
||||||
|
|
||||||
|
|
||||||
[testenv:coverage-clean]
|
[testenv:coverage-clean]
|
||||||
basepython = python3.5
|
|
||||||
deps = coverage
|
deps = coverage
|
||||||
skip_install = true
|
skip_install = true
|
||||||
commands = coverage erase
|
commands = coverage erase
|
||||||
|
|
||||||
|
|
||||||
|
# Uses default basepython otherwise reporting doesn't work on Travis where
|
||||||
|
# Python 3.5 is only available in 3.5 jobs.
|
||||||
[testenv:coverage-report]
|
[testenv:coverage-report]
|
||||||
basepython = python3.5
|
|
||||||
deps = coverage
|
deps = coverage
|
||||||
skip_install = true
|
skip_install = true
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in New Issue