[Travis] Add Python to PATH on Windows

This commit is contained in:
MinchinWeb 2019-11-28 08:39:22 -07:00
parent cdad3230f0
commit 9cad7ddb51

View file

@ -25,9 +25,10 @@ jobs:
language: shell # 'language: python' is an error on Travis CI Windows
before_install:
- choco install python --version 3.8.0
- refreshenv # add Python to PATH
- python -m pip install --upgrade pip
- pip install poetry~=0.12.17
env:
- PATH=/c/Python38:/c/Python38/Scripts:$PATH
allow_failures:
- python: 3.8
- python: nightly