summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2020-08-02 14:15:12 -0700
committerGitHub <noreply@github.com>2020-08-02 14:15:12 -0700
commitab7429c62806f1242c36fb81c1b1d801b4cca7a3 (patch)
tree666e22ae35b266a68d41b446a57de50bb6b22e5e
parent549d63c17b0bc540dc92d7ead99b17f1c5967454 (diff)
downloadnetworkx-ab7429c62806f1242c36fb81c1b1d801b4cca7a3.tar.gz
Enable 3.9-dev on travis (#4124)
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d69a2e7f..cbd35593 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,8 +59,9 @@ matrix:
- python: 3.6
- python: 3.7
- python: 3.8
+ - python: 3.9-dev
env:
- - PIP_FLAGS="--pre"
+ - MIN_DEPS=1
- python: pypy3.6-7.1.1
env:
- MIN_DEPS=1