From 76924ed0158eab8afa59b3bea84c69924edd04f1 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 29 Jun 2020 10:50:27 -0600 Subject: TST: Disable Python 3.9-dev testing. (#16704) Disable testing with Python 3.9-dev until a fix for the current failures is forthcoming. The test failures are annoying. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b3d8adfa5..4cb6bd3f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ jobs: - stage: Comprehensive tests python: 3.6 - python: 3.7 - - python: 3.9-dev +# - python: 3.9-dev - python: 3.6 env: USE_DEBUG=1 -- cgit v1.2.1