From 3d46083dcc8aa4e401dae6f45d96e7c6d6c0016c Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 9 Jan 2020 11:50:07 +0100 Subject: [PATCH] Stop allowing failures on Python 3.8 and simplify matrix without cross-references --- .travis.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index c87dcea8..1e695dba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,20 +84,12 @@ jobs: - PGPASSWORD=hub[test/:? # The password in url below is url-encoded with: urllib.parse.quote($PGPASSWORD, safe='') - JUPYTERHUB_TEST_DB_URL=postgresql://jupyterhub:hub%5Btest%2F%3A%3F@127.0.0.1/jupyterhub - - &allowed_failure_1 - # Using an python version older than 3.7 on bionic has issues, but bionic - # comes with Python 3.7 so let's accept that. - name: python:3.8 + dist:bionic + - name: python:3.8 + python: 3.8 + allow_failures: + - name: python:3.8 + dist:bionic python: 3.8 dist: bionic - - &allowed_failure_2 - name: python:3.8 - python: 3.8 - - &allowed_failure_3 - name: python:nightly + - name: python:nightly python: nightly - allow_failures: - - *allowed_failure_1 - - *allowed_failure_2 - - *allowed_failure_3 fast_finish: true