From 8783e881befb44d97e33751f0e3998417c285a2d Mon Sep 17 00:00:00 2001 From: justin-h-loi Date: Tue, 22 Aug 2023 17:04:47 -0400 Subject: [PATCH] Adding ubuntu20 and extra python versions to git actions --- .github/workflows/.travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.travis.yml b/.github/workflows/.travis.yml index 69c32f4..8cd340c 100755 --- a/.github/workflows/.travis.yml +++ b/.github/workflows/.travis.yml @@ -24,6 +24,6 @@ jobs: - run: codecov strategy: matrix: - test: ["py310", "pep8", "bandit", "docs"] + test: ["py38", "py39", "py310", "py311", "pep8", "bandit", "docs"] test_number: ["0","1"] - os: [ubuntu-22.04] \ No newline at end of file + os: [ubuntu-22.04,ubuntu-20.04] \ No newline at end of file