From 37be84d46e1680f4b98a82d25a8a09e3bf78697d Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Tue, 2 Mar 2021 22:48:48 -0600 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5bd9229..1dfd498 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ matrix: - os: windows language: sh python: "3.8" - env: "PATH="/c/Python:/c/Python/Scripts:$PATH"" + env: "PATH=/c/Python:/c/Python/Scripts:$PATH" # Perform the manual steps on windows to install python3 before_install: - choco install python --version=3.8.6 @@ -25,7 +25,6 @@ matrix: arch: ppc64le - python: "3.6" arch: ppc64le - install: - python -m pip install tox before_script: