From 0f1c30c3bf0d13224b20671380190c54f4543f88 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Tue, 20 Aug 2024 15:02:35 +0200 Subject: [PATCH] MAINT: Rename in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bbaaa1fc..592c660c 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = . mypy jsonschema>=4.4.0 setuptools -commands=py.test --cov=caosdb -vv {posargs} +commands=py.test --cov=linkahead -vv {posargs} [flake8] max-line-length=100 -- GitLab