1 2 3 4 5 6 7
[tox] envlist = py27,py34,py35,py36,py37 [testenv] extras = tests commands = pytest . --cov responses --cov-report term-missing