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