Remove broken Tox Python version filter when running Black (code formatter) environment directly.
This commit is contained in:
parent
7bc9482970
commit
08f017bc3e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -20,7 +20,7 @@ commands =
|
|||
|
||||
[testenv:black]
|
||||
commands =
|
||||
py36,py37,py38: black {posargs} .
|
||||
black {posargs} .
|
||||
|
||||
[testenv:test]
|
||||
commands =
|
||||
|
|
Loading…
Reference in a new issue