Remove reference to gunicorn/six.py in tox.ini (#2427)

This commit is contained in:
Moshe Kaplan 2020-09-23 10:31:23 -04:00 committed by GitHub
parent 1ae46ca092
commit 548d5828da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,8 +41,7 @@ commands =
[testenv:pycodestyle]
commands =
pycodestyle gunicorn \
--exclude=gunicorn/six.py
pycodestyle gunicorn
deps =
pycodestyle