diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-05-20 14:59:42 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2020-05-20 15:42:53 -0500 |
commit | 3e9934edd1c15e943861ef3332d7ba513541f2d4 (patch) | |
tree | 9559ba8672831fec5f55b5a922386682c9af74e5 | |
parent | a77c3f646e25ff806daeb40d2ee5b9ad0ed74588 (diff) | |
download | numpy-3e9934edd1c15e943861ef3332d7ba513541f2d4.tar.gz |
TST: Add 3.9-dev to the travis matrix
Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d51a1d223..e019495fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ jobs: - stage: Comprehensive tests python: 3.6 - python: 3.7 + - python: 3.9-dev - python: 3.6 env: USE_DEBUG=1 |