summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-01 08:46:05 -0700
committerBob Halley <halley@dnspython.org>2020-05-01 08:46:05 -0700
commite9f43e4b98a5559fc5de261b3596cbd9371222bc (patch)
treec19df3a404ee6e325bb638113869bad860caca45 /.travis.yml
parent035598d16b21c5716b55ceb2583437219298ebbc (diff)
downloaddnspython-e9f43e4b98a5559fc5de261b3596cbd9371222bc.tar.gz
try to prevent extra run of 3.7 test possibly caused by comment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8f6eaef..ce1142f 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