Fix example references to python3 on Windows, where it's only python

Fix #285
This commit is contained in:
Joe Rickerby
2020-03-06 10:31:01 +00:00
parent 774af30d71
commit ec42cb6f42
4 changed files with 8 additions and 2 deletions
+2
View File
@@ -17,6 +17,8 @@ before_install:
if [[ "$TRAVIS_OS_NAME" = windows ]]; then
choco install python --version 3.8.0
export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
# make sure it's on PATH as 'python3'
ln -s /c/Python38/python.exe /c/Python38/python3.exe
fi
install: