From 71e5c4e8a269e204adadf3a4632ab147d16fbc1b Mon Sep 17 00:00:00 2001 From: Adrian Freund Date: Sun, 14 Mar 2021 12:23:26 +0100 Subject: [PATCH 1/2] Add CI run against python nightly --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f88b04f44ccd..cb74e8c881e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,8 @@ jobs: python: 3.8 - name: "run test suite with python 3.9" python: 3.9 + - name: "run test suite with python nightly" + python: nightly - name: "run mypyc runtime tests with python 3.6 debug build" language: generic env: @@ -80,6 +82,8 @@ jobs: # env: # - TOXENV=dev # - EXTRA_ARGS= + allow_failures: + - python: nightly install: # pip 21.0 no longer works on Python 3.5 From 7a26cecaaa01b00a200c4d9c1ca1e24622d0c988 Mon Sep 17 00:00:00 2001 From: Adrian Freund Date: Sun, 14 Mar 2021 13:43:13 +0100 Subject: [PATCH 2/2] Add fast_finish to travis jobs --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cb74e8c881e6..471422ba75b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ env: PYTHON_DEBUG_BUILD=0 jobs: + fast_finish: true include: # Specifically request 3.5.1 because we need to be compatible with that. - name: "run test suite with python 3.5.1 (compiled with mypyc)"