1 2 3 4 5 6 7 8 9 10
[tox] envlist = py3 skipsdist = True [testenv] deps = -r{toxinidir}/test-requirements.txt commands = pytest [pytest] addopts = -v