summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-10-07 08:42:22 +0200
committernicolargo <nicolas@nicolargo.com>2023-10-07 08:42:22 +0200
commit17fb3c8d60d11dd8b231c2b698f443c8ec93d34e (patch)
tree05a38185f1ef7c934fb23c783406909e7eca4b1a /tox.ini
parentf9f73f739cd1bd5d44770d1e173e823fa83b18b7 (diff)
Add Python 3.12 support in UnitTest
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini18
1 files changed, 13 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 6ae4a0e9..6c9d454c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,16 +5,24 @@
# tox
[tox]
-envlist = py39
+envlist =
+ py38
+ py39
+ py310
+ py311
+ py312
[testenv]
deps =
flake8
- requests
psutil
+ defusedxml
+ packaging
+ ujson
bottle
+ requests
commands =
python unitest.py
- python unitest-restful.py
- python unitest-xmlrpc.py
- #flake8 --exclude=build,.tox,.git
+ ; python unitest-restful.py
+ ; python unitest-xmlrpc.py
+ ;flake8 --exclude=build,.tox,.git