diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
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] |