Fix typo in .travis.yml

This commit is contained in:
Andrew Senetar 2020-12-28 21:07:49 -06:00
parent d539517525
commit c30c3400d4
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ matrix:
- os: "windows" - os: "windows"
language: shell language: shell
python: "3.8" python: "3.8"
env: "PATH=/c/python38:/c/python39/Scripts:$PATH" env: "PATH=/c/python38:/c/python38/Scripts:$PATH"
before_install: before_install:
- choco install python --version=3.8.6 - choco install python --version=3.8.6
- cp /c/python38/python.exe /c/python38/python3.exe - cp /c/python38/python.exe /c/python38/python3.exe