From 8831fa690f14a6dfc7997be0712f43f63f84a9ad Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Mon, 12 Oct 2020 09:42:47 +0300 Subject: [PATCH] testing - and allowing failures - python 3.9 dev --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ea37d90..6ceb31d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,14 @@ python: - "3.6-dev" - "3.7-dev" - "3.8-dev" + - "3.9-dev" matrix: fast_finish: true # allows to determine results when linux builds finish, without waiting for osx and windows builds allow_failures: - python: "3.6-dev" - python: "3.7-dev" - python: "3.8-dev" + - python: "3.9-dev" # - os: osx # - os: windows include: