From 2e0554de37cc173ba005cd4ccaaffad084029b30 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 30 Sep 2018 09:33:18 -0400 Subject: Revert "I forgot this config format is the literal worst." This reverts commit 2bc0057a5c883a33effbcc01371ace25f90665f5. --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1