tox.ini: require coverage>=4.3
Coverage 4.3 was released, it includes this patch: https://bitbucket.org/ned/coveragepy/pull-requests/118/check-source-isdir-not-just-exists-there/diff
This commit is contained in:
parent
a0019a3e75
commit
522d826eca
8
tox.ini
8
tox.ini
@ -9,9 +9,7 @@ basepython =
|
|||||||
py35: {env:TOXPYTHON:python3.5}
|
py35: {env:TOXPYTHON:python3.5}
|
||||||
py36: {env:TOXPYTHON:python3.6}
|
py36: {env:TOXPYTHON:python3.6}
|
||||||
deps =
|
deps =
|
||||||
# we install coverage from source until 4.3 is released, because of this:
|
cov: coverage>=4.3
|
||||||
# https://bitbucket.org/ned/coveragepy/pull-requests/118/check-source-isdir-not-just-exists-there/diff
|
|
||||||
cov: hg+https://bitbucket.org/ned/coveragepy#egg=coverage
|
|
||||||
pytest
|
pytest
|
||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
install_command =
|
install_command =
|
||||||
@ -27,7 +25,7 @@ commands =
|
|||||||
[testenv:htmlcov]
|
[testenv:htmlcov]
|
||||||
basepython = {env:TOXPYTHON:python3.5}
|
basepython = {env:TOXPYTHON:python3.5}
|
||||||
deps =
|
deps =
|
||||||
hg+https://bitbucket.org/ned/coveragepy#egg=coverage
|
coverage>=4.3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
commands =
|
commands =
|
||||||
coverage combine
|
coverage combine
|
||||||
@ -37,7 +35,7 @@ commands =
|
|||||||
passenv = *
|
passenv = *
|
||||||
basepython = {env:TOXPYTHON:python}
|
basepython = {env:TOXPYTHON:python}
|
||||||
deps =
|
deps =
|
||||||
hg+https://bitbucket.org/ned/coveragepy#egg=coverage
|
coverage>=4.3
|
||||||
codecov
|
codecov
|
||||||
skip_install = true
|
skip_install = true
|
||||||
ignore_outcome = true
|
ignore_outcome = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user