diff options
author | 2020-06-17 05:06:40 +0000 | |
---|---|---|
committer | 2020-06-17 05:06:40 +0000 | |
commit | 7b860ae60bf9686b449ab2fe3f18c33944bdd71c (patch) | |
tree | c9efb7bf377a2f33ae64299c98d3161aec5d6f4c /tox.ini | |
parent | 964db6a95cfdd82969f6af5a09822929a1862408 (diff) | |
parent | 662f53dd795fbc439b923e09cbf088f613d01003 (diff) |
Merge "optimize size and time using "--no-cache-dir""
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ envlist = bashate [testenv] passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY usedevelop = False -install_command = pip install {opts} {packages} +install_command = pip install --no-cache-dir {opts} {packages} [testenv:bashate] deps = |