Skip to content

Commit

Permalink
Merge branch 'master' into test_include_editable_packages-not-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming authored Jul 13, 2019
2 parents 2f5150a + 2370340 commit c62a2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Luckily - pipenv will hash your Pipfile *before* expanding environment
variables (and, helpfully, will substitute the environment variables again when
you install from the lock file - so no need to commit any secrets! Woo!)

If your credentials contain a special character, surround the references to the environment variables with quotation marks. For example, if your password contain a double quotation mark, surround the password variable with single quotation marks. Otherwise, you may get a `ValueError, "No closing quotation"` error while installing dependencies.
If your credentials contain a special character, surround the references to the environment variables with quotation marks. For example, if your password contain a double quotation mark, surround the password variable with single quotation marks. Otherwise, you may get a ``ValueError, "No closing quotation"`` error while installing dependencies. ::

[[source]]
url = "https://$USERNAME:'${PASSWORD}'@mypypi.example.com/simple"
Expand Down

0 comments on commit c62a2e1

Please sign in to comment.