From d5cc5db3d736e5acede93d514070636834f385d4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 9 Jan 2020 11:43:33 +0100 Subject: [PATCH] chg: [travis] Python 3.8 test added - removed the nightly build (3.9 is heavily broken) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4efa6c..6b8ec15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ sudo: required python: - "3.6" - "3.6-dev" - - "nightly" + - "3.8" + - "3.8-dev" install: - sudo apt-get update -qq