diff options
author | drebs <drebs@leap.se> | 2016-07-29 20:14:28 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-08-01 21:09:04 -0300 |
commit | 06d0157728f5f8f273e4c83d42bf5b92784734c7 (patch) | |
tree | 1261aac6829cc8fa55902eb8cbf8351cbcc8ca31 /testing/tox.ini | |
parent | bc28ea6e652418791dcf63fadcc81db9c50e2d45 (diff) |
[test] remove pip download cache
Recent versions of pip will ignore that option and use a cache anyway.
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 5f401a35..c3126cf2 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -23,5 +23,4 @@ deps = setenv = HOME=/tmp TERM=xterm - PIP_DOWNLOAD_CACHE=/var/cache/pip install_command = pip install {opts} {packages} |