Skip to content

Commit 3c6b070

Browse files
committed
Remove obsolete tox envs
1 parent 5947b5a commit 3c6b070

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

tox.ini

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.5.3
3-
envlist = py{37,38,39,310}, linting, norewrite
3+
envlist = py{37,38,39,310}, norewrite
44

55
[testenv]
66
passenv = USER USERNAME
@@ -14,18 +14,6 @@ commands =
1414
commands =
1515
pytest tests --assert=plain
1616

17-
[testenv:linting]
18-
usedevelop = True
19-
extras = dev
20-
basepython = python3.6
21-
commands = pre-commit run --all-files --show-diff-on-failure
22-
23-
[testenv:mypy]
24-
skip_install = true
25-
deps =
26-
mypy==0.800
27-
commands = mypy {posargs:src tests}
28-
2917
[pytest]
3018
addopts = -r a
3119
asyncio_mode = auto

0 commit comments

Comments
 (0)