First stab at adding Python 3.9 dev Travis builds

This commit is contained in:
Micah Jerome Ellison 2020-08-02 16:33:49 -07:00
parent 32429933f9
commit d936cf2785

View file

@ -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: