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

#22 integrating benchmarks

parent 8d88ac27
No related branches found
No related tags found
No related merge requests found
...@@ -32,10 +32,9 @@ commands = ...@@ -32,10 +32,9 @@ commands =
basepython = python basepython = python
setenv = setenv =
PYTHONPATH = {toxinidir} PYTHONPATH = {toxinidir}
whitelist_externals = ls whitelist_externals = sh
xargs
commands = commands =
ls benchmarks/*.py | xargs -n 1 python sh -c 'ls benchmarks/*.py | xargs -n 1 python'
[testenv] [testenv]
whitelist_externals = xvfb-run whitelist_externals = xvfb-run
......
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