[tox] envlist = py35,py36 [testenv] deps = .[testing] commands = py.test {posargs} usedevelop = True [pytest] testpaths = tests