EvilPort2 / Sign-Language

A very simple CNN project.
762 stars 356 forks source link

Use Travis CI to run automatic flake8 tests on PRs #3

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

If the owner of the this repo goes to https://travis-ci.org/profile (use GitHub login) and flips the repository switch on then this file will enable Travis Continuous Integration to run free, automated flake8 tests on each pull request. These tests will find syntax errors and undefined names prior to the code being reviewed.