summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2017-10-23 02:30:41 +0200
committerJulian Berman <Julian@GrayVines.com>2017-10-23 08:49:41 -0400
commita1343a669f6e98d7daede4b77c5bd0381c16fbf0 (patch)
tree9388c47c2932b9a8094c58e9388229c0a39f7cde
parent307b2c1262792d84dd9e20025b9b82f40d2419cd (diff)
downloadjsonschema-a1343a669f6e98d7daede4b77c5bd0381c16fbf0.tar.gz
Run both, even though there should be some discovery happening here.
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 004ef88..ed8f8fc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -53,7 +53,9 @@ commands =
[testenv:perf]
-commands = {envpython} {toxinidir}/jsonschema/benchmarks/test_suite.py
+commands =
+ {envpython} {toxinidir}/jsonschema/benchmarks/test_suite.py
+ {envpython} {toxinidir}/jsonschema/benchmarks/issue.py
[testenv:style]