mirror of https://github.com/OpenKMIP/PyKMIP.git
Actions file name change and fixes
This commit is contained in:
parent
4f8b3161e3
commit
e9a63e2659
|
@ -1,4 +1,4 @@
|
||||||
name: ".travis.yml"
|
name: "tox.yml"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -20,12 +20,11 @@ jobs:
|
||||||
- run: pip install slugs
|
- run: pip install slugs
|
||||||
- run: sudo chmod -R 777 /usr/local/lib/
|
- run: sudo chmod -R 777 /usr/local/lib/
|
||||||
- run: python3 setup.py install
|
- run: python3 setup.py install
|
||||||
- run: RUN_INTEGRATION_TESTS=${{ matrix.test_number }} ./.travis/run.sh
|
- run: ./.travis/run.sh
|
||||||
- run: codecov
|
- run: codecov
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
test: ["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:
|
include:
|
||||||
- test: "py38"
|
- test: "py38"
|
Loading…
Reference in New Issue