From 15b7f9e580f7e9e2ffb6231ae68b9be3dafa76d7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 6 Sep 2017 17:11:35 -0400 Subject: [PATCH] changes Signed-off-by: Kenneth Reitz --- HISTORY.txt | 2 ++ docs/advanced.rst | 1 + 2 files changed, 3 insertions(+) diff --git a/HISTORY.txt b/HISTORY.txt index 4df0840c..ac97f597 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +5.4.2: + - Compatibility improvement with `run`. 5.4.1: - Fix for packaging. - $PIPENV_SKIP_VALIDATION. diff --git a/docs/advanced.rst b/docs/advanced.rst index 2d9d5f25..4c08dc1c 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -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).