summaryrefslogtreecommitdiff
path: root/testing/tox.ini
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-07-25 21:25:46 -0300
committerdrebs <drebs@leap.se>2016-08-01 21:09:04 -0300
commit92813593b93d9788fd978acdeeba59d32c311d48 (patch)
tree0416015dc9e7971addaebeac1bf13413a29b6bde /testing/tox.ini
parent1a8ea1fde14eb5b2d2c4d4165c4bc21031512d06 (diff)
[test] use pip download cache for tests and docker image
Diffstat (limited to 'testing/tox.ini')
-rw-r--r--testing/tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/tox.ini b/testing/tox.ini
index c3126cf2..5f401a35 100644
--- a/testing/tox.ini
+++ b/testing/tox.ini
@@ -23,4 +23,5 @@ deps =
setenv =
HOME=/tmp
TERM=xterm
+ PIP_DOWNLOAD_CACHE=/var/cache/pip
install_command = pip install {opts} {packages}