1 2 3 4 5 6 7 8 9 10
[tox] envlist = py{35,36,37,38,39,py3} skip_missing_interpreters = true [testenv] deps = pytest pytest-cov pytest-mypy commands = pytest --mypy --cov=unidecode tests