From 62cdca8e241806866565ef36344eefc1f8fbfd03 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Fri, 20 Jul 2018 14:49:17 +0200 Subject: [PATCH] ci: add Python 3.7 for testing --- .travis.yml | 4 ++++ tox.ini | 1 + 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index bcc3bf5b..9d256b4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ python: - "3.6" #- "nightly" matrix: + include: + - python: 3.7 # https://github.com/travis-ci/travis-ci/issues/9815 + dist: xenial + sudo: true allow_failures: - python: nightly branches: diff --git a/tox.ini b/tox.ini index 79683321..54401253 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = py34, py35, py36, + py37, flake8, pylint, coverage -- 2.47.3