From 192cb60e2478acc97d2918eba85d449fe8868f0f Mon Sep 17 00:00:00 2001 From: Alexander Frenzel Date: Thu, 15 Nov 2018 08:55:29 +0000 Subject: [PATCH] chore(travis): add python 3.7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3a5f68f..770bcbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - 2.7 - 3.5 - 3.6 + - 3.7 before_install: - sudo add-apt-repository ppa:mc3man/trusty-media -y