From 6d75a9d443c9a782b2affc4710c621339712a414 Mon Sep 17 00:00:00 2001 From: edouardbruelhart Date: Tue, 9 Apr 2024 10:41:52 +0200 Subject: [PATCH] test to make tox work --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index bd6baf2..6977a03 100644 --- a/tox.ini +++ b/tox.ini @@ -12,4 +12,7 @@ allowlist_externals = poetry commands = poetry install -v pytest --doctest-modules tests --cov --cov-config=pyproject.toml --cov-report=xml + pip install pytest + pip install pytest-cov mypy +