craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
134 stars 20 forks source link

Added tox support #10

Closed hemna closed 4 years ago

hemna commented 5 years ago

This patch adds support for tox. Tox is used to run various python compliance tests. This enables pep8 tests, as well as python2 and python3 compatibility as well as coverage and documentation building.

shittons of pep8 violation fixes, with shitloads more to fix.