summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-05-07 11:49:55 +0200
committernicolargo <nicolashennion@gmail.com>2024-05-07 11:49:55 +0200
commite8563a0fc4b0c0663f354deb0b846421f94a9f95 (patch)
tree1f6c2efc53599b91a41449554d2693483a56263b /Makefile
parent6e95892e417726198530c3ecb126b197fdfd1a6a (diff)
Format code and update docs/webui
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c61a300d..57d96606 100644
--- a/Makefile
+++ b/Makefile
@@ -66,13 +66,13 @@ test: ## Run unit tests
./venv/bin/python ./unitest.py
./venv/bin/python ./unitest-restful.py
./venv/bin/python ./unitest-xmlrpc.py
- ./venv/bin/python -m black ./glances --check --exclude outputs/static
+ ./venv-dev/bin/python -m black ./glances --check --exclude outputs/static
test-with-upgrade: venv-upgrade venv-dev-upgrade ## Upgrade deps and run unit tests
./venv/bin/python ./unitest.py
./venv/bin/python ./unitest-restful.py
./venv/bin/python ./unitest-xmlrpc.py
- ./venv/bin/python -m black ./glances --check --exclude outputs/static
+ ./venv/bin-dev/python -m black ./glances --check --exclude outputs/static
test-min: ## Run unit tests in minimal environment
./venv-min/bin/python ./unitest.py