update buildkite

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-06-28 21:21:37 -04:00
parent 511d0dd293
commit 95e932e668
+2 -1
View File
@@ -19,8 +19,9 @@ if [[ ! -z "$TEST_SUITE" ]]; then
fi
export PATH="~/.local/bin:$PATH"
pip uninstall pipenv
echo "Installing Pipenv…"
pip install --user -e "$(pwd)" --upgrade
pip install -e "$(pwd)" --upgrade
pipenv install --deploy --dev
# Otherwise, we're on a development machine.