Skip to content

Commit 29e38bd

Browse files
ci
1 parent 08073e3 commit 29e38bd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tox.ini

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ envlist =
77
py311
88
py312
99
py313
10-
flake
1110
docs
1211

1312
[gh-actions]
@@ -16,7 +15,7 @@ python =
1615
3.9: py39
1716
3.10: py310
1817
3.11: py311
19-
3.12: py312, flake, docs
18+
3.12: py312, docs
2019

2120
[testenv]
2221
deps =
@@ -25,15 +24,6 @@ deps =
2524
commands =
2625
python -m pytest --ignore=conf --ignore=conf_testing
2726

28-
[testenv:flake]
29-
deps =
30-
{[testenv]deps}
31-
flake8
32-
# pydocstyle
33-
commands =
34-
flake8 -v
35-
# pydocstyle
36-
3727
[testenv:docs]
3828
description = invoke sphinx-build to build the HTML docs
3929

0 commit comments

Comments
 (0)