Fix style errors and add to automated checks

Adds a "stylecheck" to the Tox build config to automatically run flake8 checks.
Fixes existing flake8 issues.
This commit is contained in:
Matt Good
2015-04-17 14:23:58 -07:00
parent f087311f7c
commit 14cd912df7
13 changed files with 74 additions and 48 deletions

View File

@@ -27,4 +27,4 @@ def index():
if __name__ == '__main__':
app.run()
app.run()