]> git.netwichtig.de Git - user/henk/code/python/learn_python.git/blob - tox.ini
add tox config file
[user/henk/code/python/learn_python.git] / tox.ini
1 [tox]
2 env_list =
3     py311
4 minversion = 4.6.4
5
6 [testenv]
7 description = run the tests with pytest
8 package = wheel
9 wheel_build_env = .pkg
10 deps =
11     pytest>=6
12 commands =
13     pytest {tty:--color=yes} {posargs}