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

Include '--index-url' argument for the pip install command for Test PyPI #4941

Merged
merged 3 commits into from
Oct 28, 2018

Commits on Oct 27, 2018

  1. Include '--index-url' argument for the pip install command for Test PyPI

    The template logic for a package's pip installation command has been
    moved to a jinja macro called `pip_command`. This macro furthermore
    determines whether or not to add the Test PyPI's `--index-url` based on
    the existence of the *testPyPI* variable.
    kfr2 authored and Yeray Diaz Diaz committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    86b25a4 View commit details
    Browse the repository at this point in the history
  2. Shorten text by using -i

    Yeray Diaz Diaz committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    1de7b73 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Merge branch 'master' into 4018

    di authored Oct 28, 2018
    Configuration menu
    Copy the full SHA
    f16de93 View commit details
    Browse the repository at this point in the history