[tox] envlist = py36, py37 [testenv] commands = pip install .[test] pytest passenv = CI recreate = True usedevelop = True sitepackages=False