From f01c2c070ae0f57aebc8ac9f461940e4ef3ce33c Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 12 Oct 2020 11:08:29 -0700 Subject: [PATCH] Start testing on Python 3.9 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e1a47b7b..9336d27c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,8 @@ matrix: python: 3.8 - arch: amd64 python: 3.8 + - arch: amd64 + python: "3.9-dev" sudo: false dist: xenial install: @@ -57,7 +59,7 @@ after_success: - codecov matrix: include: - - python: 3.7 + - python: 3.8 env: - IPYTHON=master allow_failures: