glances/tox.ini

31 lines
441 B
INI
Raw Normal View History

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