From 8dc6a17295822dcbdbeda32d6717da611d9fa988 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 7 Oct 2020 13:51:25 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9683c9c9..146e3e74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,9 +61,13 @@ jobs: language: python python: 3.7 - os: linux - name: "Python 3.9 dev Source Testing" + name: "Python 3.8 Source Testing" language: python - python: 3.9-dev + python: 3.8 + - os: linux + name: "Python 3.10 dev Source Testing" + language: python + python: 3.10-dev # - os: linux # name: "Python trunk nightly Source Testing" # language: python