From 82d15c9d9531bac5cf58739bc425ae8b85871035 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 28 Feb 2020 13:28:12 +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 3d02d42..25b1bf2 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