From 5717c87097d49e969023d6a73cd3ced2e39f886f Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 7 May 2017 16:51:46 -0700 Subject: [PATCH] Update tox.ini --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index aede0246209..ca17de9351b 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,8 @@ setenv = ; utf8 one, tox's env is reset. And the install of these 2 packages ; fail. whitelist_externals = /usr/bin/env -install_command = /usr/bin/env LANG=C.UTF-8 pip install {opts} {packages} +; TEMP, to get cache going on Travis :-/ +install_command = /usr/bin/env LANG=C.UTF-8 travis_wait pip install {opts} {packages} commands = py.test --timeout=30 --duration=10 --cov --cov-report= {posargs} deps =