1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[tox] minversion = 2.0 envlist = py{37,38,39,310,311} [testenv] allowlist_externals = find changedir = test commands = find . -type f -name "*.pyc" -delete python alltests.py [testenv:style] deps = flake8 commands = flake8 {toxinidir}