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

Moving Travis helpers out of run_pylint into shared module. #2481

Merged
merged 2 commits into from
Oct 3, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Oct 3, 2016

This is in preparation to re-use these pieces in other scripts (e.g. the ones for running package-local tests)

This is to make them more general for other tests
which may want to limit the changeset.

Also moving the local env. variable names into a
helper script file to make them easier to access and
reuse from other testing scripts.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 3, 2016
# NOTE: We're a little extra cautious and make sure that the
# PR environment variable is an integer.
try:
int(os.getenv(TRAVIS_PR_ENV, ''))

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@dhermes dhermes merged commit c554eae into googleapis:master Oct 3, 2016
@dhermes dhermes deleted the separate-travis-pieces branch October 3, 2016 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants