From 769f5c7f87094cae25df689ada64f3ea84eea83f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Tue, 30 Jul 2019 17:50:06 +0100 Subject: travis: add Python 3.8 to the list of versions to test. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 03988d0..051add9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - 3.5 - 3.6 - 3.7 + - 3.8-dev install: - pip install -r test-requirements.txt -- cgit v1.2.3