From 02242953b2fe65bd382a9e68ba292f5e4d8d3c5c Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 15 Aug 2020 12:51:45 -0700 Subject: [PATCH] Remove pip steps that should be unnecessary --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7c08d33..98359114 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,12 +131,7 @@ jobs: name: Python 3.9 on Windows before_install: - choco install python --pre - - ls /c/ - #- C:/ProgramData/chocolatey/bin/python --version # this doesn't work - it's Python 2.7 - python --version - - curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py - - python get-pip.py - - rm get-pip.py - pip --version - pip install toml - python .build/allow_all_python_version.py