From 5cb18932a5f79f9837a92f9c2f3f9f309619c0b7 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 8 May 2019 19:47:23 +0200 Subject: [PATCH] adding python3.7 adding python3.7 through matrix fix python3.7 on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6687c22..eb13f05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" +dist: xenial install: - "pip install pip --upgrade" - "pip install -r tests-requirements.txt"