From 3c6b070c319e7a524d96e280af9d4e1f404f2722 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 28 Jan 2022 08:20:20 -0300 Subject: [PATCH] Remove obsolete tox envs --- tox.ini | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/tox.ini b/tox.ini index 2af93bf..31d7b47 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.5.3 -envlist = py{37,38,39,310}, linting, norewrite +envlist = py{37,38,39,310}, norewrite [testenv] passenv = USER USERNAME @@ -14,18 +14,6 @@ commands = commands = pytest tests --assert=plain -[testenv:linting] -usedevelop = True -extras = dev -basepython = python3.6 -commands = pre-commit run --all-files --show-diff-on-failure - -[testenv:mypy] -skip_install = true -deps = - mypy==0.800 -commands = mypy {posargs:src tests} - [pytest] addopts = -r a asyncio_mode = auto