Can't update pip on travis, so don't

This commit is contained in:
Brenda Wallace
2019-01-06 16:19:58 +13:00
parent 97b377cf83
commit 99ac99b399

View File

@@ -6,7 +6,7 @@ if [ "${STATIC_CHECKS}" = "true" ]; then
gem install --update overcommit haml-lint bundler-audit --no-document;
pip install --upgrade pip;
# pip install --upgrade pip;
pip install yamllint --user;
overcommit --install;