diff options
author | drebs <drebs@leap.se> | 2016-07-25 21:25:46 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-08-01 21:09:04 -0300 |
commit | 92813593b93d9788fd978acdeeba59d32c311d48 (patch) | |
tree | 0416015dc9e7971addaebeac1bf13413a29b6bde /testing/tox.ini | |
parent | 1a8ea1fde14eb5b2d2c4d4165c4bc21031512d06 (diff) |
[test] use pip download cache for tests and docker image
Diffstat (limited to 'testing/tox.ini')
-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 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} |