From 1848e34c5982de819a8805c1026e20919c516df4 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Sun, 19 Jan 2020 00:16:56 +0200 Subject: [PATCH] Added python 3.8 for tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index affe860..98374ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python dist: xenial python: - 3.7 + - 3.8 install: - pip install -e ".[dev]" script: