From: Thomas A Caswell Date: Thu, 31 Oct 2019 00:09:14 +0000 (-0400) Subject: CI: add py37 and py38 to test matrix X-Git-Tag: v2.0.0rc1~346^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9defa9453fb67716981562e049d86b2b45ee4218;p=thirdparty%2Fdnspython.git CI: add py37 and py38 to test matrix --- diff --git a/.travis.yml b/.travis.yml index 295fa293..ed4d2a95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - "3.5" - "3.6" + - "3.7" + - "3.8" #- "nightly" matrix: include: