summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-06-29 10:50:27 -0600
committerGitHub <noreply@github.com>2020-06-29 09:50:27 -0700
commit76924ed0158eab8afa59b3bea84c69924edd04f1 (patch)
treed05820a8932c03b96ffcd768baded08be5fb1d1e
parentb9c6f3b28c83b3965f54bcc37331a94f04bfe6b4 (diff)
downloadnumpy-76924ed0158eab8afa59b3bea84c69924edd04f1.tar.gz
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.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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