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

Upgrade Click-Completion and apply Shellingham for shell detection #2363

Merged
merged 4 commits into from
Jun 15, 2018

Commits on Jun 15, 2018

  1. Vendor Shellingham

    uranusjr committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    bebc631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee08d6 View commit details
    Browse the repository at this point in the history
  3. Purge "import *"

    So I can rely on the linter to tell me what to fix.
    uranusjr committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    1a00484 View commit details
    Browse the repository at this point in the history
  4. Upgrade Click and make use of shell detection

    This introduces an additional environment variable "PIPENV_SHELL". If
    set, shell detection is skipped completely. The old "SHELL"
    introspection is kept as a fallback if detection fails.
    uranusjr committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    adcb497 View commit details
    Browse the repository at this point in the history