This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
Add checks on codestyle in CI #70
Labels
ci
Continuous integration (e.g. Travis, Coverall, etc.)
good first issue
Good for newcomers
help wanted
Extra attention is needed
Add
pycodestyle
to the CI setup for this project to prevent PRs from introducing style issues and to document the preferred style for this project.See this example PR for an example of how to add this type of check to your build. Basically you need to run
pycodestyle
command on the repo and can optionally configure what it checks with atox.ini
file.Docs here: http://pycodestyle.pycqa.org/en/latest/intro.html
The text was updated successfully, but these errors were encountered: