Fix typo in .travis.yml

This commit is contained in:
Andrew Senetar 2020-12-28 21:07:49 -06:00
부모 d539517525
커밋 c30c3400d4
로그인 계정: arsenetar
GPG 키 ID: C63300DCE48AB2F1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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