From 26f9da8a10d79d80f064c56fde50c20a70a0aee7 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 8 Aug 2020 14:15:33 -0700 Subject: [PATCH] Fiddling with Windows python references --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fdb874df..09074293 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,13 +131,14 @@ jobs: name: Python 3.9 on Windows before_install: - choco install python --pre - - C:/ProgramData/chocolatey/bin/python --version + #- C:/ProgramData/chocolatey/bin/python --version # this doesn't work - 2.7 + - python --version - curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py - - C:/ProgramData/chocolatey/bin/python get-pip.py + - python get-pip.py - rm get-pip.py - pip --version - pip install toml - - C:/ProgramData/chocolatey/bin/python .build/allow_all_python_version.py + - python .build/allow_all_python_version.py env: <<: *env_windows JRNL_PYTHON_VERSION: 3.9.0b5