Install flake8 for development.

This commit is contained in:
Dave Shawley 2018-01-29 07:18:58 -05:00
parent 917f84bd3f
commit 473f2f2de0
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
-rinstallation.txt
-rtesting.txt
coverage==4.4.2
flake8==3.5.0
sphinx==1.5.6
sphinxcontrib-httpdomain==1.5.0
tox==1.9.2

View file

@ -131,7 +131,7 @@ class Runner(object):
try:
self.application.start(iol)
except:
except Exception:
self.logger.exception('application terminated during start, '
'exiting')
sys.exit(70)