mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-22 05:58:31 +02:00
[Travis] Allow pre-release version of Python on Windows
This commit is contained in:
parent
0575def628
commit
2ccf1de80d
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,7 @@ aliases:
|
||||||
- /c/ProgramData/chocolatey/bin
|
- /c/ProgramData/chocolatey/bin
|
||||||
- /c/Users/travis/AppData/Local/pypoetry/Cache
|
- /c/Users/travis/AppData/Local/pypoetry/Cache
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --version $JRNL_PYTHON_VERSION
|
- choco install python --version $JRNL_PYTHON_VERSION --pre
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip --version
|
- pip --version
|
||||||
|
|
||||||
|
@ -62,6 +62,7 @@ jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: nightly
|
- python: nightly
|
||||||
|
- python: 3.9
|
||||||
- os: windows
|
- os: windows
|
||||||
env: JRNL_PYTHON_VERSION=3.9.0-a5
|
env: JRNL_PYTHON_VERSION=3.9.0-a5
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue