Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-06 17:11:35 -04:00
parent 96ba437dd1
commit 15b7f9e580
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
5.4.2:
- Compatibility improvement with `run`.
5.4.1:
- Fix for packaging.
- $PIPENV_SKIP_VALIDATION.
+1
View File
@@ -231,6 +231,7 @@ variables. To activate them, simply create the variable in your shell and pipenv
will detect it.
- ``PIPENV_USE_HASHES`` — Tells Pipenv to use the ``--hashes`` mode automatically.
- ``PIPENV_SKIP_VALIDATION`` — Tells Pipenv to skip ``Pipfile`` validation (case-checking) — useful for slow internet connections.
- ``PIPENV_SHELL_COMPAT`` — Toggle from our default ``pipenv shell`` mode to classic.
(Suggested for use with pyenv).