From ed04f108ff50eb70540ae46adcd37eafce855496 Mon Sep 17 00:00:00 2001 From: luiscla27 Date: Tue, 29 Dec 2020 17:33:28 -0600 Subject: [PATCH] Test #8 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 260c0146cfab..138d767b9889 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ os: windows before_install: # Set PATH for homebrew pip3 installs - choco install python --version=3.7.2 - - python -m pip3 install scons + - python -m ensurepip + - python -m pip install scons install: