Skip to content
Snippets Groups Projects
Commit fa8c8373 authored by u214892's avatar u214892
Browse files

run examples from python instead of shell

parent 026e2f92
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment