summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2019-09-17 20:54:05 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2019-09-17 21:31:36 -0700
commit6e5778609f287a7f78fa01276768333d10b56932 (patch)
treee5edfbbf0d6f0cc25414eab0c6f7635ea8163ebe /.travis.yml
parentc62c1d0257fcdf437d56d69258195a6ebab95bbb (diff)
downloadnetworkx-6e5778609f287a7f78fa01276768333d10b56932.tar.gz
Make Travis fail on Python 3.8 failures
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 15d55b9d..40bb2726 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,10 +74,6 @@ matrix:
dist: xenial
sudo: true
- fast_finish: true
- allow_failures:
- - python: 3.8-dev
-
before_install:
# prepare the system to install prerequisites or dependencies
- source tools/travis/before_install.sh