Greenwolf / social_mapper

A Social Media Enumeration & Correlation Tool by Jacob Wilkin(Greenwolf)
GNU General Public License v3.0
3.77k stars 785 forks source link

Travis CI: Drop legacy Python, Add more flake8 tests #124

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

./modules/twitterfinder.py:59:5: F821 undefined name 'traceback'
                traceback.print_exc()
    ^
1     F821 undefined name 'traceback'
1

https://travis-ci.org/Greenwolf/social_mapper/pull_requests

cclauss commented 5 years ago

It is not clear to me why the tests are not linked to each PR as they were before....

https://github.com/Greenwolf/social_mapper/pulls?q=is%3Aclosed

PR 100 and previous had Travis tests ✅ linked to them but the last two do not. Strange.