From cb7d732a4c9133c5c8f239f4a29b1a08b1c2d62a Mon Sep 17 00:00:00 2001 From: hagrid67 <jdhwatson@gmail.com> Date: Sun, 19 May 2019 14:21:18 +0100 Subject: [PATCH] added xvfb-run and sh to testenv whitelist_externals as multi-line list --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 5a677e7..e97f8ab 100644 --- a/tox.ini +++ b/tox.ini @@ -26,6 +26,9 @@ whitelist_externals = make commands = make coverage [testenv] +whitelist_externals = xvfb-run + sh + pip setenv = PYTHONPATH = {toxinidir} deps = -- GitLab