DEBSOURCES
Skip Quicknav
sources / python-zopfli / 0.4.0-1 / tox.ini
12345678
[tox] envlist = py3{8,9,10,11,12} [testenv] extras = test download = true commands = pytest {posargs:tests} -v