DEBSOURCES
Skip Quicknav
sources / python-unicodedata2 / 15.1.0%2Bds-1 / tox.ini
12345678
[tox] envlist = py{37,38,39,310,311,312}, pypy{37,38,39} skip_missing_interpreters = true [testenv] deps = pytest changedir = tests commands = pytest {posargs}