From 8800e0b641d465d509afeb22db6b71319f68a9cf Mon Sep 17 00:00:00 2001 From: justin-h-loi Date: Tue, 22 Aug 2023 17:38:55 -0400 Subject: [PATCH] Test fix --- .github/workflows/.travis.yml | 9 +++++++-- tox.ini | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/.travis.yml b/.github/workflows/.travis.yml index 8cd340c..bf28948 100755 --- a/.github/workflows/.travis.yml +++ b/.github/workflows/.travis.yml @@ -24,6 +24,11 @@ jobs: - run: codecov strategy: matrix: - test: ["py38", "py39", "py310", "py311", "pep8", "bandit", "docs"] + test: ["pep8", "bandit", "docs"] test_number: ["0","1"] - os: [ubuntu-22.04,ubuntu-20.04] \ No newline at end of file + os: [ubuntu-22.04,ubuntu-20.04] + include: + - test: "py38" + os: ubuntu-20.04 + - test: "py310" + os: ubuntu-22.04 \ No newline at end of file diff --git a/tox.ini b/tox.ini index 8d90f53..31cb52f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8,py38,py39,py310,py311,bandit,docs +envlist = pep8,py38,py310,bandit,docs [testenv] passenv = *