[tox] envlist = py32, py33, py34 [testenv] # Change dir to avoid import problem changedir = docs install_command = pip install --process-dependency-links {opts} {packages} commands = {envpython} -m attic.testsuite.run -bv [] [testenv:py32] deps = mock