From 0b45457dd715c4f207ef713228d11c17aa7fe638 Mon Sep 17 00:00:00 2001 From: Chitzia Lyfoung <65231818+chitzia@users.noreply.github.com> Date: Tue, 22 Feb 2022 06:54:42 -0800 Subject: [PATCH] update to test on 3.7+ and allow failure (#23) --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b8ba9d..82dff5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,14 @@ language: python python: -- 3.6 - 3.7 - 3.8 +- 3.9 cache: pip +jobs: + fast_finish: true + allow_failures: + - python: 3.8 + - python: 3.9 install: - pip install -U pip setuptools - pip install .