diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-02 15:20:43 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-02 15:20:43 +0200 |
commit | c793e28e03d3c469e3c1c5742bbbe6cff82075b2 (patch) | |
tree | b923c68b10c9e2604a1fc1fa240fa8f5af15f865 /tox.ini | |
parent | af4afde715550578f3ea21f5ecff7425c210bea5 (diff) |
add tox config filewip/adding_first_tests
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +[tox] +env_list = + py311 +minversion = 4.6.4 + +[testenv] +description = run the tests with pytest +package = wheel +wheel_build_env = .pkg +deps = + pytest>=6 +commands = + pytest {tty:--color=yes} {posargs} |