From 77ad48d51b99e23b30280db305237b6d824423fa Mon Sep 17 00:00:00 2001 From: maxdup Date: Fri, 4 Aug 2023 23:32:34 -0400 Subject: [PATCH] tox update --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 9fef315..b396a4e 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ commands = [testenv:dev] -basepython = python3.9 +basepython = python3.10 deps = six pytest @@ -24,7 +24,7 @@ commands = pytest --cov=valvevmf --cov-report html [testenv:coverage] -basepython = python3.9 +basepython = python3.10 deps = six pytest @@ -37,7 +37,7 @@ commands = coverage-badge -fo docs/source/coverage.svg [testenv:docs] -basepython = python3.9 +basepython = python3.10 deps = six sphinx