mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
31 lines
441 B
INI
31 lines
441 B
INI
# Tox (http://tox.testrun.org/) is a tool for running tests
|
|
# Install:
|
|
# pip install tox
|
|
# Run:
|
|
# tox
|
|
|
|
[tox]
|
|
envlist =
|
|
py38
|
|
py39
|
|
py310
|
|
py311
|
|
py312
|
|
|
|
[testenv]
|
|
deps =
|
|
flake8
|
|
psutil
|
|
defusedxml
|
|
packaging
|
|
orjson
|
|
fastapi
|
|
uvicorn
|
|
jinja2
|
|
requests
|
|
commands =
|
|
python unittest-core.py
|
|
; python unittest-restful.py
|
|
; python unittest-xmlrpc.py
|
|
;flake8 --exclude=build,.tox,.git
|