glances/tox.ini

31 lines
441 B
INI
Raw 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
orjson
fastapi
uvicorn
2023-11-26 21:40:36 +00:00
jinja2
2023-10-07 06:42:22 +00:00
requests
2014-10-02 20:13:48 +00:00
commands =
python unittest-core.py
; python unittest-restful.py
; python unittest-xmlrpc.py
2023-10-07 06:42:22 +00:00
;flake8 --exclude=build,.tox,.git