From: Bob Halley Date: Fri, 1 May 2020 15:46:05 +0000 (-0700) Subject: try to prevent extra run of 3.7 test possibly caused by comment X-Git-Tag: v2.0.0rc1~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9f43e4b98a5559fc5de261b3596cbd9371222bc;p=thirdparty%2Fdnspython.git try to prevent extra run of 3.7 test possibly caused by comment --- diff --git a/.travis.yml b/.travis.yml index 8f6eaefd..ce1142f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ python: - "3.6" - "3.7" - "3.8" - #- "nightly" matrix: include: - python: 3.7 # https://github.com/travis-ci/travis-ci/issues/9815