From 3ff9ceb162bf5aa7e65c1040061d4e9b829717c1 Mon Sep 17 00:00:00 2001 From: danielenricocahall Date: Tue, 23 Mar 2021 18:58:01 -0400 Subject: [PATCH] change to just check 3.6-3.8 python versions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e5127bf..e7e163c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ sudo: required dist: bionic language: python python: + - "3.6" - "3.7" - "3.8" - - "3.9" before_install: - sudo add-apt-repository -y ppa:openjdk-r/ppa - sudo apt-get -qq update