From 4b91e28d1071cb43480ab03d143e08a9a8a30d02 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 15 Aug 2020 13:36:30 -0700 Subject: [PATCH] Attempt to resolve "access denied" error when upgrading pip on Windows --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9c8d2be5..6ee18b43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -132,7 +132,7 @@ jobs: before_install: - choco install python --pre - python --version - - pip install --upgrade pip + - python -m pip install --upgrade pip - pip --version - pip install toml - python .build/allow_all_python_version.py