aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: 86f7fef11de2b5a6fdecdab1e066508d7102d7a7 (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py38,py39,py310

[testenv]
deps =
    -rrequirements_test.txt  
commands =
    flake8
    pytest ./tests