mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 00:36:13 +02:00
First stab at adding Python 3.9 dev Travis builds
This commit is contained in:
parent
32429933f9
commit
d936cf2785
1 changed files with 16 additions and 0 deletions
16
.travis.yml
16
.travis.yml
|
@ -62,6 +62,7 @@ aliases:
|
||||||
jobs:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- python: 3.9
|
||||||
- python: nightly
|
- python: nightly
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
@ -105,6 +106,21 @@ jobs:
|
||||||
<<: *env_windows
|
<<: *env_windows
|
||||||
JRNL_PYTHON_VERSION: 3.8.2
|
JRNL_PYTHON_VERSION: 3.8.2
|
||||||
|
|
||||||
|
# Python 3.9 Dev Tests
|
||||||
|
- name: Python 3.9 on Linux
|
||||||
|
python: 3.9-dev
|
||||||
|
- <<: *test_mac
|
||||||
|
name: Python 3.9 on MacOS
|
||||||
|
python: 3.9-dev
|
||||||
|
env:
|
||||||
|
JRNL_PYTHON_VERSION: 3.9.0b5
|
||||||
|
- <<: *test_windows
|
||||||
|
name: Python 3.9 on Windows
|
||||||
|
python: 3.9-dev
|
||||||
|
env:
|
||||||
|
<<: *env_windows
|
||||||
|
JRNL_PYTHON_VERSION: 3.9.0b5
|
||||||
|
|
||||||
# ... and beyond!
|
# ... and beyond!
|
||||||
- name: Python nightly on Linux
|
- name: Python nightly on Linux
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue