瀏覽代碼

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

Dan Helfman 5 年之前
父節點
當前提交
08f017bc3e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

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