From 6afdfc7fbdded347eea4f333d0370322bbe29501 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 22 Mar 2017 11:01:29 -0300 Subject: [bug] cache pip instead of tox Caching .tox breaks when installing new dependencies. Caching pip instead and asking tox to always recreate will ensure newer dependencies are installed while getting existing ones from cache. --- testing/tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'testing') diff --git a/testing/tox.ini b/testing/tox.ini index d800d988..0e4b2683 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -29,6 +29,7 @@ deps = setenv = HOME=/tmp TERM=xterm + XDG_CACHE_HOME=./.cache/ install_command = pip install {opts} {packages} [testenv:py34] -- cgit v1.2.3