[tox] envlist = py37 [testenv] deps= mock pytest pytest_mock setenv= XDG_CACHE_HOME={envtmpdir}/ commands= py.test \ --verbose \ {posargs:./tests}