We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe8787 commit b1b67fcCopy full SHA for b1b67fc
tox.ini
@@ -6,12 +6,11 @@ envlist =
6
check,
7
{py27},
8
report,
9
- codecov
10
11
[testenv]
12
basepython =
13
{py27,spell}: {env:TOXPYTHON:python2.7}
14
- {clean,check,report,codecov}: {env:TOXPYTHON:python2.7}
+ {clean,check,report}: {env:TOXPYTHON:python2.7}
15
setenv =
16
PYTHONPATH={toxinidir}/tests:/usr/lib64/python2.7/site-packages
17
PYTHONUNBUFFERED=yes
@@ -52,14 +51,6 @@ deps =
52
51
sphinxcontrib-spelling
53
pyenchant
54
55
-[testenv:codecov]
56
-deps =
57
58
-skip_install = true
59
-commands =
60
- coverage xml --ignore-errors
61
- codecov []
62
-
63
[testenv:report]
64
deps = coverage
65
skip_install = true
0 commit comments