From dc3c81b8c6ad8154ed2e6b44c643dffe54ebf3fc Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Mon, 3 Aug 2015 11:31:49 -0700 Subject: [PATCH] Whitelist cd --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 00537ae..3800d4e 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ skipsdist = True setenv = LANG=C deps = -r{toxinidir}/requirements.txt +whitelist_externals = cd commands = cd tests/dotnetexample/example/ && ./clone.sh python setup.py test