19
19
# * pytest
20
20
21
21
[tox]
22
- envlist = py36, py37, py38, py39, py310, py311, py312, mypy, build
22
+ envlist = py37, py38, py39, py310, py311, py312, mypy, build
23
23
skip_missing_interpreters = True
24
24
isolated_build = True
25
25
requires =
@@ -29,7 +29,7 @@ requires =
29
29
virtualenv!=20.16.0
30
30
31
31
[envlists]
32
- test = py36, py37, py38, py39, py310, py311, py312
32
+ test = py37, py38, py39, py310, py311, py312
33
33
qa = mypy, lint
34
34
35
35
[testenv]
@@ -80,7 +80,7 @@ commands =
80
80
check-wheel-contents dist/
81
81
82
82
[testenv:lint]
83
- basepython = python3.6
83
+ basepython = python3.8
84
84
changedir = {toxinidir}
85
85
ignore_errors = True
86
86
skip_install = True
@@ -110,22 +110,22 @@ deps =
110
110
commands = python3 -m flake8_rst_docstrings_sphinx whiptail --allow-toolbox {posargs}
111
111
112
112
[testenv:perflint]
113
- basepython = python3.6
113
+ basepython = python3.8
114
114
changedir = {toxinidir}
115
115
ignore_errors = True
116
116
skip_install = True
117
117
deps = perflint
118
118
commands = python3 -m perflint whiptail {posargs}
119
119
120
120
[testenv:mypy]
121
- basepython = python3.6
121
+ basepython = python3.8
122
122
ignore_errors = True
123
123
changedir = {toxinidir}
124
124
deps = mypy ==0.971
125
125
commands = mypy whiptail {posargs}
126
126
127
127
[testenv:pyup]
128
- basepython = python3.6
128
+ basepython = python3.8
129
129
skip_install = True
130
130
ignore_errors = True
131
131
changedir = {toxinidir}
@@ -151,7 +151,7 @@ inline-quotes = "
151
151
multiline-quotes = " " "
152
152
docstring-quotes = " " "
153
153
count = True
154
- min_python_version = 3.6.1
154
+ min_python_version = 3.7
155
155
unused-arguments-ignore-abstract-functions = True
156
156
unused-arguments-ignore-overload-functions = True
157
157
unused-arguments-ignore-magic-methods = True
0 commit comments