From 6e062668ba1a34c24986351805a5d8c991599de7 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 19 Feb 2019 00:14:14 +0100 Subject: [PATCH] travis: Test on Python 3.7 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 861b8b90..4dc86d8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ dist: xenial language: python python: - - "3.6" - - "3.5" - "2.7" + - "3.5" + - "3.6" + - "3.7" install: - pip install python-coveralls coverage - pip install -r requirements.txt