Skip to content

Commit 6ac9f3a

Browse files
committed
Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: I22e710aae8bf34938a4f9ee85c566876a36c7bb1
1 parent c6dd7c7 commit 6ac9f3a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ commands = python setup.py testr --testr-args='--concurrency=1 {posargs}'
4242
[testenv:cover]
4343
commands = python setup.py testr --coverage --testr-args='{posargs}'
4444

45-
[tox:jenkins]
46-
downloadcache = ~/cache/pip
47-
4845
[flake8]
4946
# Following checks should be enabled in the future.
5047
#

0 commit comments

Comments
 (0)