From e79cb0d3769f382a6dd266e182260371d519fac2 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 26 Aug 2020 22:40:57 +0100 Subject: [PATCH] Don't allow 'python:3.8 + master dependencies' to fail --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd24b9c8..552447c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,5 +103,7 @@ jobs: python: nightly allow_failures: - name: python:nightly - - name: python:3.8 + master dependencies + # https://github.com/jupyterhub/jupyterhub/issues/3141 + # The latest traitlets is close to release so it should not fail + # - name: python:3.8 + master dependencies fast_finish: true