From bb03e5727723dd74209f92070b8afbb614ee36a1 Mon Sep 17 00:00:00 2001 From: u214892 <u214892@sbb.ch> Date: Tue, 11 Jun 2019 12:12:19 +0200 Subject: [PATCH] try to fix stalling example 3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c5a1ce1b..5cf16cee 100644 --- a/tox.ini +++ b/tox.ini @@ -79,7 +79,7 @@ commands = sh -c 'echo DISPLAY=$DISPLAY' sh -c 'echo XAUTHORITY=$XAUTHORITY' ; pipe echo into python since some examples expect input to close the window after the example is run - sh -c 'ls examples/*.py | xargs -I{} -n 1 sh -c "echo -e \"\n====== Running {} ========\n\"; echo | python {}"' + sh -c 'ls examples/*.py | xargs -I{} -n 1 sh -c "echo -e \"\n====== Running {} ========\n\"; echo "q\n" | python {}"' [testenv:notebooks] basepython = python -- GitLab