Run py.test in clean cache directory

And finally remove XDG_CACHE_HOME=... in tox.ini.
This commit is contained in:
Takafumi Arakaki
2013-03-12 08:50:32 +01:00
parent 5c3252908f
commit cee167e3d2
4 changed files with 33 additions and 2 deletions
-2
View File
@@ -1,8 +1,6 @@
[tox]
envlist = py25, py26, py27, py32
[testenv]
setenv =
XDG_CACHE_HOME={envtmpdir}/cache
deps =
pytest
commands =