This commit is contained in:
justin-h-loi 2023-08-22 17:38:55 -04:00 committed by arp102
parent d275a68d3f
commit 8800e0b641
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
[tox]
envlist = pep8,py38,py39,py310,py311,bandit,docs
envlist = pep8,py38,py310,bandit,docs
[testenv]
passenv = *