From bf972ae6cb97b8518dcc459f197928ebe1bb90bd Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 23 May 2024 10:34:43 +0200 Subject: Make tox tests run --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tox.ini (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..622e2d5 --- /dev/null +++ b/tox.ini @@ -0,0 +1,6 @@ +[tox] +envlist = py38, py312 + +[testenv] +deps = pytest +commands = pytest -- cgit