rapid7 / leexportpy

Logentries Log Export application that gives you the ability to synchronize your Logentries data with 3rd parties.
MIT License
2 stars 7 forks source link

tox - pylint integration #2

Closed stopal-r7 closed 8 years ago

stopal-r7 commented 8 years ago

With the help of tox, we can test unit tests on different version of python on our local machine.

A decent amount of linting applied to the code with the help of pylint report which can be retrieved by running "pylint leexportpy" in the project directory OR by running tox(this will run unit tests on different python version too so it will take longer)

stopal-r7 commented 8 years ago

@StephenHynes7

StephenHynes7 commented 8 years ago

LGTM