From 1a0216f1bffdc4c6a2e504dfe01a986c569dfe34 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 28 Feb 2020 13:27:35 +0100 Subject: [PATCH] travis: add Python 3.8 - allow failures for now --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4ab4ea2..031c50a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.4" - "3.5" - "3.7" +- "3.8" jobs: fast_finish: true @@ -13,6 +14,7 @@ jobs: - python: "3.4" - python: "3.5" - python: "3.7" + - python: "3.8" env: - PIPENV_VERBOSITY=-1