2022-05-05 18:25:55 +02:00

14 lines
185 B
INI

[tox]
envlist = py38
skip_missing_interpreters = True
skipsdist = True
[testenv]
basepython =
py38: python3.8
deps = -r{toxinidir}/requirements.txt
commands = py.test {posargs}