summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 7a86a9a472310a162ef62fc6949dc3df85407bee (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist =
    py3{11,10,9,8,7}
    pypy3{9,8,7}
skip_missing_interpreters = true

[testenv]
deps = pytest
commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs:tests}