[tox] envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3 minversion = 1.6 skipsdist = True [testenv] usedevelop = True install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} whitelist_externals = make deps = testtools commands = make check