Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-h-loi committed Aug 22, 2023
1 parent 10146bb commit f78d023
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
os: [ubuntu-22.04,ubuntu-20.04]
include:
- test: "py38"
os: ubuntu-20.04
- test: "py310"
os: ubuntu-22.04
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = pep8,py38,py39,py310,py311,bandit,docs
envlist = pep8,py38,py310,bandit,docs

[testenv]
passenv = *
Expand Down

0 comments on commit f78d023

Please sign in to comment.