From e1a473bb42c404e2fdef1479cc0c30f2648000f6 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Wed, 17 Oct 2018 14:03:44 +0300 Subject: [PATCH] added python 3.7 to testing --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index bbd322e..2867bd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,11 @@ python: - '2.7' - '3.5' - '3.6' -notifications: - email: - on_success: change - on_failure: always +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true before_install: # coverage submission packages - pip install codecov