mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
[Travis] Add Python to PATH on Windows
This commit is contained in:
parent
cdad3230f0
commit
9cad7ddb51
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue