From 66e7b331c18a267dcecd0f824e655375c1921e4b Mon Sep 17 00:00:00 2001 From: justin-h-loi Date: Tue, 1 Aug 2023 17:47:28 -0400 Subject: [PATCH] test reduction --- .github/workflows/.travis.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/.travis.yml b/.github/workflows/.travis.yml index 377828a..018ea5f 100644 --- a/.github/workflows/.travis.yml +++ b/.github/workflows/.travis.yml @@ -26,16 +26,6 @@ jobs: - run: codecov strategy: matrix: - test: ["py27", "py34", "py35", "py36", "py37"] - test_number: ["0", "1" , "2"] - os: [ubuntu-20.04, ubuntu-22.04] - include: - - test_number: "0" - test: "pep8" - - test_number: "0" - test: "bandit" - - test_number: "0" - test: "docs" - - - \ No newline at end of file + test: ["py310", "pep8", "bandit", "docs"] + test_number: ["0"] + os: [ubuntu-22.04] \ No newline at end of file