Skip to content

Commit b1b67fc

Browse files
committed
tox.ini - Removed codecov
1 parent dbe8787 commit b1b67fc

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tox.ini

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ envlist =
66
check,
77
{py27},
88
report,
9-
codecov
109

1110
[testenv]
1211
basepython =
1312
{py27,spell}: {env:TOXPYTHON:python2.7}
14-
{clean,check,report,codecov}: {env:TOXPYTHON:python2.7}
13+
{clean,check,report}: {env:TOXPYTHON:python2.7}
1514
setenv =
1615
PYTHONPATH={toxinidir}/tests:/usr/lib64/python2.7/site-packages
1716
PYTHONUNBUFFERED=yes
@@ -52,14 +51,6 @@ deps =
5251
sphinxcontrib-spelling
5352
pyenchant
5453

55-
[testenv:codecov]
56-
deps =
57-
codecov
58-
skip_install = true
59-
commands =
60-
coverage xml --ignore-errors
61-
codecov []
62-
6354
[testenv:report]
6455
deps = coverage
6556
skip_install = true

0 commit comments

Comments
 (0)