diff --git a/tox.ini b/tox.ini index a64031d1698f16a349811c45e54e6dd7b0b4c4c4..3ff9c893f9e62c7106f49534a6dc0babe96ba0e7 100644 --- a/tox.ini +++ b/tox.ini @@ -97,8 +97,7 @@ commands = ; run examples from subfolder to ensure that resources are accessed via resources and not via relative paths sh -c 'mkdir -p {envtmpdir}/c236d3c240d61a0969d4cb59e2180ce5' ; pipe echo into python since some examples expect input to close the window after the example is run -; sh -c 'cd {envtmpdir}/c236d3c240d61a0969d4cb59e2180ce5 && python {toxinidir}/benchmarks/run_all_examples.py' - sh -c 'python {toxinidir}/benchmarks/run_all_examples.py' + sh -c 'cd {envtmpdir}/c236d3c240d61a0969d4cb59e2180ce5 && python {toxinidir}/benchmarks/run_all_examples.py' [testenv:notebooks] basepython = python