unplugged-system/external/python/pyee/tox.ini

10 lines
121 B
INI

[tox]
envlist = py38,py39,py310
[testenv]
deps =
-rrequirements_test.txt
commands =
flake8
pytest ./tests