diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-06-29 10:50:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 09:50:27 -0700 |
commit | 76924ed0158eab8afa59b3bea84c69924edd04f1 (patch) | |
tree | d05820a8932c03b96ffcd768baded08be5fb1d1e /.travis.yml | |
parent | b9c6f3b28c83b3965f54bcc37331a94f04bfe6b4 (diff) | |
download | numpy-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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |