Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Travis CI to run tests on every pull request #1336

Closed
wants to merge 2 commits into from
Closed

Use Travis CI to run tests on every pull request #1336

wants to merge 2 commits into from

Commits on Nov 14, 2017

  1. Use Travis CI to run tests on every pull request

    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.
    
    Use flake8 to find Python syntax errors and undefined names.  There are Python 3 syntax errors and many undefined names which may raise NameError at runtime. Flake8 runs in two passes: The first looks at critical issues in stop-the-build mode and the second looks at style violations in everything-is-a-warning mode.
    cclauss authored Nov 14, 2017
    Configuration menu
    Copy the full SHA
    9483be8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. npm install ; npm test

    cclauss authored Oct 21, 2018
    Configuration menu
    Copy the full SHA
    bb2cbb9 View commit details
    Browse the repository at this point in the history