]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
ci: add Python 3.7 for testing 320/head
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 20 Jul 2018 12:49:17 +0000 (14:49 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 20 Jul 2018 12:54:58 +0000 (14:54 +0200)
.travis.yml
tox.ini

index bcc3bf5b6ec31bbeda268d34a460a01fdff8e25c..9d256b4ede397cde1d02c7c1aec685791dd9632f 100644 (file)
@@ -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 796833214bbde5c7ebe66ff840f2363f118f7414..54401253b0226c7043e401352140ecc9d3d85288 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,6 +4,7 @@ envlist =
     py34,
     py35,
     py36,
+    py37,
     flake8,
     pylint,
     coverage