From 548d5828da6b93fa6a14217742c6e6d2c7b2b900 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Wed, 23 Sep 2020 10:31:23 -0400 Subject: [PATCH] Remove reference to gunicorn/six.py in tox.ini (#2427) --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index db4f00f2..d4db4dc0 100644 --- a/tox.ini +++ b/tox.ini @@ -41,8 +41,7 @@ commands = [testenv:pycodestyle] commands = - pycodestyle gunicorn \ - --exclude=gunicorn/six.py + pycodestyle gunicorn deps = pycodestyle