glances/tox.ini

32 lines
443 B
INI
Raw Permalink Normal View History

2014-10-02 20:13:48 +00:00
# Tox (http://tox.testrun.org/) is a tool for running tests
# Install:
2014-10-02 20:13:48 +00:00
# pip install tox
# Run:
# tox
[tox]
2023-10-07 06:42:22 +00:00
envlist =
py38
py39
py310
py311
py312
2014-10-02 20:13:48 +00:00
[testenv]
deps =
flake8
psutil
2023-10-07 06:42:22 +00:00
defusedxml
packaging
ujson
fastapi
uvicorn
2023-11-26 21:40:36 +00:00
orjson
jinja2
2023-10-07 06:42:22 +00:00
requests
2014-10-02 20:13:48 +00:00
commands =
python unitest.py
2023-10-07 06:42:22 +00:00
; python unitest-restful.py
; python unitest-xmlrpc.py
;flake8 --exclude=build,.tox,.git