jdhorne / pycarwings2

Apache License 2.0
66 stars 65 forks source link

Python 2 and 3 support and PEP8 in pytest #31

Closed benroy73 closed 6 years ago

benroy73 commented 6 years ago

Sorry I didn't realize there was already a PR for python3 support. I'd be happy to merge with that branch or include the other KeyError fixes.

You can run all the tests now with "./setup.py test". The tests (flake8) include checking for PEP8 issues, code errors, and showing test coverage reports.