mirror of
https://github.com/openkmip/pykmip
synced 2025-12-05 23:53:19 +00:00
Test fix
This commit is contained in:
7
.github/workflows/.travis.yml
vendored
7
.github/workflows/.travis.yml
vendored
@@ -24,6 +24,11 @@ jobs:
|
|||||||
- run: codecov
|
- run: codecov
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
test: ["py38", "py39", "py310", "py311", "pep8", "bandit", "docs"]
|
test: ["pep8", "bandit", "docs"]
|
||||||
test_number: ["0","1"]
|
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
|
||||||
Reference in New Issue
Block a user