Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Oct 4, 2023
1 parent 33f620c commit 8f0d091
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist =
py39
py310
py311
py312
pypy3
as-module
lint
Expand All @@ -19,9 +18,7 @@ python =
3.9: py39
3.10: py310
3.11: py311,lint,as-module
3.12: py312
pypy-3.9: pypy3
pypy-3.10: pypy3

[testenv]
description = run unit tests
Expand All @@ -48,8 +45,5 @@ commands =
[testenv:lint]
description = verify with linters
extras = linters
allowlist_externals = git
commands =
pre-commit run -a
git status
git diff

0 comments on commit 8f0d091

Please sign in to comment.