nccgroup / Scout2

Security auditing tool for AWS environments
http://nccgroup.github.io/Scout2/
GNU General Public License v2.0
1.73k stars 300 forks source link

Travis CI: Add Python 3.7 and flake8 to the testing #292

Closed cclauss closed 5 years ago

cclauss commented 6 years ago

Add flake8 tests to find Python syntax errors and undefined names.

E901,E999,F821,F822,F823 are the "showstopper" flake8 issues that can halt the runtime with a SyntaxError, NameError, etc. Most other flake8 issues are merely "style violations" -- useful for readability but they do not effect runtime safety.

x4v13r64 commented 5 years ago

Thanks for the PR. Closing as Scout2 is no longer under development.

These changes have been branched into https://github.com/nccgroup/ScoutSuite/tree/update_travis and will be merged into Scout Suite' master branch as soon as testing is setup.