mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-25 15:04:23 +02:00
Test fix
This commit is contained in:
parent
d275a68d3f
commit
8800e0b641
9
.github/workflows/.travis.yml
vendored
9
.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
|
Loading…
x
Reference in New Issue
Block a user