commit | 932f1f81fed034719be3c788b4d4615e9bc325dd | [log] [tgz] |
---|---|---|
author | Ondřej Nový <ondrej.novy@firma.seznam.cz> | Fri Dec 11 21:06:13 2015 +0100 |
committer | Ondřej Nový <ondrej.novy@firma.seznam.cz> | Fri Dec 11 21:10:09 2015 +0100 |
tree | 2f50617d629d093d787f2dec7d4876b86955a392 | |
parent | 257cc7e1f9dbf4884debdb0884a61074bb8860a0 [diff] |
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: I40e4e60383ce6824aa0d73db887e9d38bbaf3e58
diff --git a/tox.ini b/tox.ini index 0f8254a..a6ad6a0 100644 --- a/tox.ini +++ b/tox.ini
@@ -16,9 +16,6 @@ commands = python setup.py testr --slowest --testr-args='{posargs}' -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:pep8] commands = flake8 {posargs}