diff --git a/tox.ini b/tox.ini index 55022b23..9ab832ab 100644 --- a/tox.ini +++ b/tox.ini @@ -17,3 +17,8 @@ deps = deps = unittest2 {[testenv]deps} +[testenv:py32] +# TODO: Without this setting, test uses ~/.cache/jedi/. +# There could be a bug due to import hack. +setenv = + XDG_CACHE_HOME={envtmpdir}/cache