Skip to content

Commit

Permalink
Remove obsolete tox envs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jan 28, 2022
1 parent 5947b5a commit 3c6b070
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions 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
Expand All @@ -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
Expand Down

0 comments on commit 3c6b070

Please sign in to comment.