Python 3 support and code quality improvements
- Python3 support. Now, Travis run tests over Python2.7 and Python3.5.
- Travis runs
pycodestyle
on each commit. - Code now conforms
pep8
andpycodestyle
.
pycodestyle
on each commit.pep8
and pycodestyle
.