--- ./tox.ini.orig 2013-06-12 17:01:04.000000000 +0200 +++ ./tox.ini 2013-08-30 01:41:41.000000000 +0200 @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33,style,docs +envlist = py%%PYTHON_SUFFIX%% [testenv] distribute = False @@ -8,6 +8,10 @@ nose mock coverage +setenv = + PYTHONPATH = %%WRKSRC%% +sitepackages = True +whitelist_externals = %%LOCALBASE%%/bin/nosetests [testenv:style] deps = flake8