Merge pull request #407 from erinxocon/timeout-docs

documented the new PIPENV_TIMEOUT variable
This commit is contained in:
2017-06-10 19:32:18 -04:00
committed by GitHub
+3
View File
@@ -205,6 +205,9 @@ will detect it.
- ``PIPENV_MAX_DEPTH`` — Set to an integer for the maximum number of directories to
search for a Pipfile.
- ``PIPENV_TIMEOUT`` — Set to an integer for the max number of seconds pipenv will
wait for virtualenv creation to complete. Defaults to 120 seconds.
☤ Custom Virtual Environment Location
-------------------------------------