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

Refactor lint checking into separate Travis CI job. #45

Merged
merged 3 commits into from
Oct 1, 2017

Conversation

ahawker
Copy link
Owner

@ahawker ahawker commented Oct 1, 2017

This change will add a new job to the Travis CI build matrix that
only runs the 'lint' make target. Previously, 'make lint' was run for
each job in the matrix but would consistently fail on the 'nightly'
build version of Travis.

This sets the TOXENV envvar to 'lint' which should execute the
tox lint environment when running `tox`.
This is being moved so we can use 'matrix.include' without losing
access to these environment variables.
This means that we will not run lint checks for every build
combination but instead lean on the single lint build in Travis
that runs against the latest version of Python.
@ahawker ahawker merged commit 0418d57 into master Oct 1, 2017
@ahawker ahawker deleted the feature/travis-lint branch October 1, 2017 00:46
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant