[tox] envlist = py27, py36 [testenv] deps= -r requirements.txt pytest pytest-mock commands=pytest {posargs}