zenhack / simp_le

Simple Let's Encrypt client
GNU General Public License v3.0
224 stars 38 forks source link

Use pycodestyle instead of pep8 #83

Closed buchdag closed 7 years ago

buchdag commented 7 years ago

pep8 was renamed to pycodestyle at Guido van Rossum's request about a year / year and a half ago.

Just happened to catch this running some test.

pep8 has been renamed to pycodestyle (GitHub issue #466)
Use of the pep8 tool will be removed in a future release.
Please install and use `pycodestyle` instead.
zenhack commented 7 years ago

Thanks for spotting this. I just pushed a slightly different fix that updates the test dependencies in setup.py and uses those, so I'm going to close this.