summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2017-10-23 09:07:29 -0400
committerJulian Berman <Julian@GrayVines.com>2017-10-23 09:07:29 -0400
commit504492595be8690efd63b405cf78b963e410c110 (patch)
treefcf54f89a155f270a1d8e2a1b34c344dabfab351
parent5c239db44dee26b456e87fc34831a8a6ae1b1c2c (diff)
downloadjsonschema-perf.tar.gz
Tell it to inherit the env var...perf
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index da0e4e4..e792e34 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,8 +14,8 @@ commands =
tests: {envpython} -m doctest {toxinidir}/README.rst
tests: {envbindir}/sphinx-build -b doctest {toxinidir}/docs {envtmpdir}/html
- perf: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py
- perf: {envpython} {toxinidir}/jsonschema/benchmarks/issue232.py
+ 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
# Check to make sure that releases build and install properly
build: virtualenv --quiet --python=python2.7 {envtmpdir}/venv