Resolve a few minor code style issues, for short variable,
bare except, and long lines.
Run make check in Python 3.5 Travis job to prevent unintentional
regressions.
Python 2 is not checked as Python 3 syntax is used, and PyPy
has problems with rstcheck, and pylint doesnt support Python 3.6+.
Resolve a few minor code style issues, for short variable, bare except, and long lines.
Run
make check
in Python 3.5 Travis job to prevent unintentional regressions. Python 2 is not checked as Python 3 syntax is used, and PyPy has problems with rstcheck, and pylint doesnt support Python 3.6+.