From c96bf032bf7b629b4a3239dd2100bce4c7cf663d Mon Sep 17 00:00:00 2001 From: Ikram Ali Date: Sat, 20 Apr 2019 22:16:00 +0500 Subject: [PATCH] [ci] travis python 3.7 support added. --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 895fba8..5689f9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,13 @@ language: python -python: - - "3.6" +matrix: + include: + - python: 3.6 + dist: trusty + sudo: false + - python: 3.7 + dist: xenial + sudo: false cache: pip