diff options
author | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2015-12-11 23:11:55 +0100 |
---|---|---|
committer | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2015-12-11 23:22:23 +0100 |
commit | 66ff96f3c76115215c46f839d14f060dcfabd169 (patch) | |
tree | eaa33622f3ab5f125eac54e7fc7649a3e16298f7 | |
parent | 9eb552d023950f3ccbf372578e6a4646195fda59 (diff) | |
download | python-ceilometerclient-66ff96f3c76115215c46f839d14f060dcfabd169.tar.gz |
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: Iffa03444402f08c32efd698ba9694d9312edbd5e
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -12,9 +12,6 @@ deps = -r{toxinidir}/requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}' -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:pep8] commands = flake8 |