From bafc04ca4266eb99cc088be113fd1f294d7f0d57 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 7 May 2017 16:53:28 -0700 Subject: [PATCH] Update tox.ini --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ca17de9351b..4a51828f42d 100644 --- a/tox.ini +++ b/tox.ini @@ -9,9 +9,11 @@ setenv = ; which get read in from setup.py. If we don't force our locale to a ; utf8 one, tox's env is reset. And the install of these 2 packages ; fail. -whitelist_externals = /usr/bin/env +whitelist_externals = + /usr/bin/env + /usr/bin/travis_wait ; TEMP, to get cache going on Travis :-/ -install_command = /usr/bin/env LANG=C.UTF-8 travis_wait pip install {opts} {packages} +install_command = /usr/bin/env LANG=C.UTF-8 /usr/bin/travis_wait pip install {opts} {packages} commands = py.test --timeout=30 --duration=10 --cov --cov-report= {posargs} deps =