From: Tomas Krizek Date: Fri, 20 Jul 2018 12:49:17 +0000 (+0200) Subject: ci: add Python 3.7 for testing X-Git-Tag: v1.16.0~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62cdca8e241806866565ef36344eefc1f8fbfd03;p=thirdparty%2Fdnspython.git ci: add Python 3.7 for testing --- 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