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

test: use Travis CI to run tests on every pull request #1752

Closed
wants to merge 1 commit into from

Commits on Jun 20, 2019

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

    This is a second attempt at nodejs#1336 which got into a bad git-state...
    
    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. This PR runs 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 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    db5b6d6 View commit details
    Browse the repository at this point in the history