mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 21:48:32 +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/Users/travis/AppData/Local/pypoetry/Cache
|
||||
before_install:
|
||||
- choco install python --version $JRNL_PYTHON_VERSION
|
||||
- choco install python --version $JRNL_PYTHON_VERSION --pre
|
||||
- python -m pip install --upgrade pip
|
||||
- pip --version
|
||||
|
||||
|
@ -62,6 +62,7 @@ jobs:
|
|||
fast_finish: true
|
||||
allow_failures:
|
||||
- python: nightly
|
||||
- python: 3.9
|
||||
- os: windows
|
||||
env: JRNL_PYTHON_VERSION=3.9.0-a5
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue