summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-09-30 09:33:18 -0400
committerJulian Berman <Julian@GrayVines.com>2018-09-30 09:33:18 -0400
commit2e0554de37cc173ba005cd4ccaaffad084029b30 (patch)
tree89289fe006d113c62056db4e688afd2bf1fc499c
parentded7c92016d00ca0e1c8c41a1b3a58401497c0c8 (diff)
downloadjsonschema-2e0554de37cc173ba005cd4ccaaffad084029b30.tar.gz
Revert "I forgot this config format is the literal worst."
This reverts commit 2bc0057a5c883a33effbcc01371ace25f90665f5.
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 52354f9..1441734 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,10 +20,7 @@ commands =
perf,tests: {envbindir}/python -m pip install '{toxinidir}[format]'
tests: {envbindir}/trial {posargs:jsonschema}
- # Yeah so this is insane but it means tests, but not in the first 3.
- # I.e., it doesn't mean "everything but py3{4,5,6}-tests", the tests
- # is first applied independently.
- !py3{4,5,6}-tests: {envpython} -m doctest {toxinidir}/README.rst
+ !py3{4,5,6},tests: {envpython} -m doctest {toxinidir}/README.rst
perf: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py --inherit-environ JSON_SCHEMA_TEST_SUITE
perf: {envpython} {toxinidir}/jsonschema/benchmarks/issue232.py --inherit-environ JSON_SCHEMA_TEST_SUITE