mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-22 21:44:25 +02:00
Adding test number conditions
This commit is contained in:
parent
8f681ba457
commit
5fbf13fd45
6
.github/workflows/.travis.yml
vendored
6
.github/workflows/.travis.yml
vendored
@ -10,8 +10,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
TOXENV: ${{ matrix.python-version }}
|
TOXENV: ${{ matrix.test }}
|
||||||
RUN_INTEGRATION_TESTS: ${{ matrix.test_number }}
|
RUN_INTEGRATION_TESTS: ${{ (matrix.test == 'bandit' || matrix.test == 'pep8' || matrix.test == 'docs') && '0' || matrix.test_number}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: pip uninstall -y six
|
- run: pip uninstall -y six
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
- run: codecov
|
- run: codecov
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['py27', 'py34', 'py35', 'py36', 'py37', 'pep8', 'bandit']
|
test: ['py27', 'py34', 'py35', 'py36', 'py37', 'pep8', 'bandit', 'docs']
|
||||||
test_number: ['0', '1' , '2']
|
test_number: ['0', '1' , '2']
|
||||||
os: [ubuntu-20.04, ubuntu-22.04]
|
os: [ubuntu-20.04, ubuntu-22.04]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user