Remove broken Tox Python version filter when running Black (code formatter) environment directly.

This commit is contained in:
Dan Helfman 2019-11-05 09:36:30 -08:00
parent 7bc9482970
commit 08f017bc3e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ commands =
[testenv:black]
commands =
py36,py37,py38: black {posargs} .
black {posargs} .
[testenv:test]
commands =