10 lines
121 B
INI
10 lines
121 B
INI
[tox]
|
|
envlist = py38,py39,py310
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements_test.txt
|
|
commands =
|
|
flake8
|
|
pytest ./tests
|