Skip to content

Commit cffbfb5

Browse files
change: update tox.ini
1 parent ee40a12 commit cffbfb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = black-format,flake8,pylint,docstyle,sphinx,doc8,twine,py36,py37,py38,py39,py310
7+
envlist = black-format,flake8,pylint,docstyle,sphinx,doc8,twine,py37,py38,py39,py310
88

99
skip_missing_interpreters = False
1010

@@ -74,7 +74,7 @@ commands =
7474
{env:IGNORE_COVERAGE:} coverage report -i --fail-under=86
7575
deps = .[test]
7676
depends =
77-
{py36,py37,py38,py39,py310}: clean
77+
{py37,py38,py39,py310}: clean
7878

7979
[testenv:flake8]
8080
skipdist = true

0 commit comments

Comments
 (0)