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