From 10d3735919f89018efba58ce670581e211c2f60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Tue, 30 Aug 2022 12:00:01 +0200 Subject: [PATCH] fix tox configuration --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 0685395..6de1f13 100644 --- a/tox.ini +++ b/tox.ini @@ -7,10 +7,8 @@ omit = [testenv] deps = - pytest pytest-cov - geoalchemy2 - shapely +extras = tests commands = pytest --cov={envsitepackagesdir}/utils_flask_sqla --cov-report=html