summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-08-30 18:19:50 -0400
committerJulian Berman <Julian@GrayVines.com>2020-08-30 18:19:50 -0400
commit702e9b4bf2e80923b0df6742dd3bf72cb9ef9ebb (patch)
tree1aac3ae766eadbead7ca3c8f48e137a1a91ff2a4 /tox.ini
parent9f25fb301dd2804c3d596a1fb816332473abc6b2 (diff)
downloadjsonschema-702e9b4bf2e80923b0df6742dd3bf72cb9ef9ebb.tar.gz
Whoops, send coverage to codecov again.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 53a7e85..26a535f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ commands =
format: {envpython} -m pip install '{toxinidir}[format]'
format_nongpl: {envpython} -m pip install '{toxinidir}[format_nongpl]'
- tests,coverage: {envpython} -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
+ tests,coverage,codecov: {envpython} -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
tests: {envpython} -m doctest {toxinidir}/README.rst
coverage: {envpython} -m coverage report --show-missing
@@ -37,7 +37,6 @@ commands =
perf: {envpython} {toxinidir}/jsonschema/benchmarks/issue232.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/issue232.json
perf: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/json_schema_test_suite.json
- # Check to make sure that releases build and install properly
build: {envpython} -m pep517.check {toxinidir}
deps =
build: pep517