From 85d52a4d6806b5db7b79d443b5b9b8409e0d4ad6 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 12 Apr 2019 09:57:02 -0400 Subject: [PATCH] more fun with Windows git bash paths --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71d42d97..cfa5cd73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,9 @@ matrix: before_install: - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then cinst -y python2; - ls -al c:/python2; - PATH=$PATH:c:/python2/scripts; + ls -l / + ls -al /python2; + PATH=$PATH:/python2/scripts; fi - pip install pyinstaller