Merge branch 'master' into codeinteger-6-readme

This commit is contained in:
Casey
2019-09-12 14:28:16 -07:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@ fi
if [ ! "$SKIP_PIPENV_INSTALL" ]; then
# Pipenv support (Generate requriements.txt with pipenv).
# Pipenv support (Generate requirements.txt with pipenv).
if [[ -f Pipfile ]]; then
# Measure that we're using Pipenv.
mcount "tool.pipenv"