MarioVilas / googlesearch

Google search from Python (unofficial).
BSD 3-Clause "New" or "Revised" License
1.14k stars 390 forks source link

Run static analysis on Travis CI #32

Closed hugovk closed 6 years ago

hugovk commented 7 years ago

Basic CI tests using https://github.com/hugovk/python-ci-static-analysis: pyflakes looks for possible bugs, pep8 looks for possible style errors.

For example: https://travis-ci.org/hugovk/google/builds/202960528

Groundwork for https://github.com/MarioVilas/google/issues/21.

@MarioVilas Please will you:

hugovk commented 6 years ago

Rebased on master and updated.

Example: https://travis-ci.org/hugovk/googlesearch/builds/327237005

MarioVilas commented 6 years ago

Awesome work, thanks! :)