summaryrefslogtreecommitdiffhomepage
path: root/tox.ini
diff options
context:
space:
mode:
authorSatoshi KOBAYASHI <satoshi-k@iij.ad.jp>2015-11-10 15:00:41 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-11-13 15:37:14 +0900
commit89e1bcd577c756d5aac9fdc9a566ef76dd2de2fe (patch)
tree6d91459cfaea27c2fb6b29cc05cc2fcd5bb0bd37 /tox.ini
parent761545887005df248a025675afa79c515fa82b24 (diff)
tox: disable wheel cache
Recently, installed packages are cached by Wheel. It is serious when the package is using 2to3 with setuptools (use_2to3) for adapting python3. Because Wheel is caching the contents of translated. If the contents of translated are cached, it can't work properly in python2 Signed-off-by: Satoshi KOBAYASHI <satoshi-k@iij.ad.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0574beaf..60e5d70b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py26,py27,py34,pep8
deps = -U
-r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
+ --no-cache-dir
usedevelop = True
passenv= NOSE_VERBOSE
commands =