From e9f43e4b98a5559fc5de261b3596cbd9371222bc Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 1 May 2020 08:46:05 -0700 Subject: [PATCH] try to prevent extra run of 3.7 test possibly caused by comment --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3