From 0ea96aae17495e3c6e3b5da01a3b16c35468ccf1 Mon Sep 17 00:00:00 2001 From: Leopold Talirz Date: Mon, 11 Nov 2019 21:41:12 +0100 Subject: [PATCH] add python 3.8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 721226659..9f07e1b5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ language: python cache: pip python: - "3.7" + - "3.8" install: - pip install -e . - pip install -r requirements.txt