We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08073e3 commit 29e38bdCopy full SHA for 29e38bd
tox.ini
@@ -7,7 +7,6 @@ envlist =
7
py311
8
py312
9
py313
10
- flake
11
docs
12
13
[gh-actions]
@@ -16,7 +15,7 @@ python =
16
15
3.9: py39
17
3.10: py310
18
3.11: py311
19
- 3.12: py312, flake, docs
+ 3.12: py312, docs
20
21
[testenv]
22
deps =
@@ -25,15 +24,6 @@ deps =
25
24
commands =
26
python -m pytest --ignore=conf --ignore=conf_testing
27
28
-[testenv:flake]
29
-deps =
30
- {[testenv]deps}
31
- flake8
32
- # pydocstyle
33
-commands =
34
- flake8 -v
35
36
-
37
[testenv:docs]
38
description = invoke sphinx-build to build the HTML docs
39
0 commit comments