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

Remove un-needed travis-ci.sh ci wrapper. #7548

Merged
merged 3 commits into from
Apr 14, 2019

Commits on Apr 14, 2019

  1. Remove un-needed travis-ci.sh ci wrapper.

    This guarded Pants from seeing bad pyenv shims, but Pants interpreter
    selection has since been made robust to bad interpreters in 874ce34.
    jsirois committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    c0f9b1d View commit details
    Browse the repository at this point in the history
  2. Loosen overly-specific test.

    We only care that the identity (major/minor constraint really) of the
    current interpreter is found in the cache filter tests; we don't care
    about the underlying path to the interpreter, which can be muddied by
    pyenv shims.
    jsirois committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    eca9be1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b0bb60 View commit details
    Browse the repository at this point in the history