Fix coverage reporting for Python 2

This commit is contained in:
Hynek Schlawack 2016-02-20 09:40:26 +01:00
parent dfea064fa1
commit 38bd2a7d0d
1 changed files with 2 additions and 2 deletions

View File

@ -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 =