summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-10-25 09:10:48 -0400
committerJulian Berman <Julian@GrayVines.com>2018-10-25 09:10:48 -0400
commit3a79aa8e5c4a71f55d7fcad306c6b4c97dd1caf3 (patch)
treebb5de1bc6c547f6594102dbbe78668b73c04556a
parent1fb5aaf0184886fb7885fbe27a6e053dd49fa2fa (diff)
downloadjsonschema-codeco.tar.gz
More random tidying that doesn't actually fix things.codeco
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index b6f19e5..c5961c1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -77,11 +77,12 @@ commands =
{envbindir}/coverage html --directory={envtmpdir}/htmlcov --rcfile={toxinidir}/.coveragerc {posargs}
[testenv:codecov]
-passenv = CI TRAVIS TRAVIS_*
+passenv = CODECOV* CI TRAVIS TRAVIS_*
setenv = {[testenv:coverage]setenv}
commands =
- {[testenv:coverage]commands}
- codecov --required
+ {envbindir}/python -m pip install '{toxinidir}[format]'
+ {envbindir}/coverage run --rcfile={toxinidir}/.coveragerc {envbindir}/trial jsonschema
+ codecov --required --disable gcov
[testenv:docs-html]
basepython = pypy