OpenJUB / dreamjub

Jacobs Directory Exploration and Mapping Server.
1 stars 4 forks source link

Add PEP8 testing to travis tests (fixes #42) #43

Closed tkw1536 closed 7 years ago

tkw1536 commented 7 years ago

Recently a lot of commits and PRs have been breaking PEP8 compliance. This PR reworks and adds PEP8 style checking to travis tests to prevent this in the future. In particular the check_pep8.py script has been turned into a proper unittest TestCase.

/cc @thunderboltsid