Commit Graph

5 Commits

Author SHA1 Message Date
e128d8c753 Travis Config update 2018-01-02 02:31:25 -05:00
9fe048fc5f flake8 . --exclude=/deps/qualysapi 2018-01-02 08:20:37 +01:00
67f9017f92 flake8 --ignore=deps/qualysapi 2018-01-02 08:17:03 +01:00
03d7954da9 Testing build with no submodules 2018-01-02 01:46:03 -05:00
45f8ea55d3 Add free automated flake8 testing of pull requests
[Flake8](http://flake8.pycqa.org) tests can help to find Python syntax errors, undefined names, and other code quality issues.  [Travis CI](https://travis-ci.org) is a framework for running flake8 and other tests which is free for open source projects like this one.  The owner of the this repo would need to go to https://travis-ci.org/profile and flip the repository switch __on__ to enable free automated flake8 testing of each pull request.
2018-01-02 07:31:24 +01:00