Browse Source

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

Dan Helfman 5 years ago
parent
commit
08f017bc3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

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