summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-07-09 15:09:03 +0200
committerJulian Berman <Julian@GrayVines.com>2021-07-09 15:09:03 +0200
commita3354efec0eafe3dcbbed51d3f4ff7d508a00913 (patch)
tree0eb4821148d14d312a65e3c488af48c21ef1973d
parent59096e609e0fd06cb462a4b013015fd336cb2dab (diff)
downloadjsonschema-a3354efec0eafe3dcbbed51d3f4ff7d508a00913.tar.gz
Tests, not coverage toxenv.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d741610..24c2435 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ changedir = {envtmpdir}
passenv = CODECOV* CI
setenv =
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
- coverage,codecov: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,
+ tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,
coverage,codecov: MAYBE_COVERAGE = coverage run -m
coverage,codecov: COVERAGE_RCFILE={toxinidir}/.coveragerc