From a509899cbe0872eadf71bdf91264c799c68bd8ca Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 6 Sep 2018 03:14:22 -0400 Subject: [PATCH] peep update --- peeps/PEEP-002.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/peeps/PEEP-002.md b/peeps/PEEP-002.md index 9fef395d..d406e04f 100644 --- a/peeps/PEEP-002.md +++ b/peeps/PEEP-002.md @@ -1,5 +1,7 @@ # PEEP-002: Specify options via environment variables +**ACCEPTED** (being implemented) + This PEEP describes an addition that would allow configuring Pipenv options via environment variables suitable especially for automated systems or CI/CD systems. ☤ @@ -29,4 +31,3 @@ The naming schema guarantees no clashes for the already existing Pipenv configur The proposed configuration via environment variables is available for Pipenv sub-commands. Options supplied via command line have higher priority than the ones supplied via environment variables. Author: Fridolín Pokorný -