From d936cf27854ac0760bb00198275f56fa340de159 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sun, 2 Aug 2020 16:33:49 -0700 Subject: [PATCH] First stab at adding Python 3.9 dev Travis builds --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.travis.yml b/.travis.yml index fc4e4652..0bbfe887 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,7 @@ aliases: jobs: fast_finish: true allow_failures: + - python: 3.9 - python: nightly include: @@ -105,6 +106,21 @@ jobs: <<: *env_windows 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! - name: Python nightly on Linux before_install: