From 29e38bd1717d89b13bfdd19c2308d8ed5aae107d Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:14:05 +0100 Subject: [PATCH] ci --- tox.ini | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tox.ini b/tox.ini index d5c8c95..274db8a 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,6 @@ envlist = py311 py312 py313 - flake docs [gh-actions] @@ -16,7 +15,7 @@ python = 3.9: py39 3.10: py310 3.11: py311 - 3.12: py312, flake, docs + 3.12: py312, docs [testenv] deps = @@ -25,15 +24,6 @@ deps = commands = python -m pytest --ignore=conf --ignore=conf_testing -[testenv:flake] -deps = - {[testenv]deps} - flake8 - # pydocstyle -commands = - flake8 -v - # pydocstyle - [testenv:docs] description = invoke sphinx-build to build the HTML docs