summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: ce88b8f9df6477fc7db160db2d76f578ca1aae12 (plain)
1
2
3
4
5
6
[tox]
envlist = py37, py38, py39, py310, py311
[testenv]
deps = pytest
    configobj
commands = py.test {posargs}