source pipenv step

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-07 10:58:38 -05:00
parent fd53d4e1b0
commit 920fefce57
+1 -1
View File
@@ -160,7 +160,7 @@ mtime "python.install.time" "${start}"
# Pipenv support.
# shellcheck source=bin/steps/pipenv
sub_env "$BIN_DIR/steps/pipenv"
source "$BIN_DIR/steps/pipenv"
# Uninstall removed dependencies with Pip.
let start=$(nowms)