2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-25 20:53:23 +00:00

test reduction

This commit is contained in:
justin-h-loi
2023-08-01 17:47:28 -04:00
committed by arp102
parent 11db2e5b85
commit 66e7b331c1

View File

@@ -26,16 +26,6 @@ jobs:
- run: codecov
strategy:
matrix:
test: ["py27", "py34", "py35", "py36", "py37"]
test_number: ["0", "1" , "2"]
os: [ubuntu-20.04, ubuntu-22.04]
include:
- test_number: "0"
test: "pep8"
- test_number: "0"
test: "bandit"
- test_number: "0"
test: "docs"
test: ["py310", "pep8", "bandit", "docs"]
test_number: ["0"]
os: [ubuntu-22.04]