From 08f017bc3ebd730a05cf5221724b1c8fdb19ae3c Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 5 Nov 2019 09:36:30 -0800 Subject: [PATCH] Remove broken Tox Python version filter when running Black (code formatter) environment directly. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ba05b15d..92c3a33f 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ commands = [testenv:black] commands = - py36,py37,py38: black {posargs} . + black {posargs} . [testenv:test] commands =