From: Andrea Righi Date: Fri, 24 Nov 2023 10:07:06 +0000 (+0100) Subject: tests: add tox configuration to automate unit testing X-Git-Tag: v0.2~16 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=0e08e06d10c6da6d27f1662b10896e7da7b0fe72;p=annotations.git tests: add tox configuration to automate unit testing Signed-off-by: Andrea Righi --- diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..90d98fd --- /dev/null +++ b/tox.ini @@ -0,0 +1,8 @@ +[tox] +envlist = py311 # Add other Python versions as needed + +[testenv] +deps = + pytest +commands = + pytest