summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-09-30 09:33:24 -0400
committerJulian Berman <Julian@GrayVines.com>2018-09-30 09:33:24 -0400
commit497d3de4de53f11e5280121c71df34dfca088f19 (patch)
treec85a86720d862e258f78781c297c0a9c360fa792
parent2e0554de37cc173ba005cd4ccaaffad084029b30 (diff)
downloadjsonschema-497d3de4de53f11e5280121c71df34dfca088f19.tar.gz
Revert "Disable doctest on Pythons with funny traceback module."
This reverts commit 777b0b664238dbc12d811e292aab76222e6155d7.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1441734..d1f0c80 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,7 @@ commands =
perf,tests: {envbindir}/python -m pip install '{toxinidir}[format]'
tests: {envbindir}/trial {posargs:jsonschema}
- !py3{4,5,6},tests: {envpython} -m doctest {toxinidir}/README.rst
+ 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