Removing coveralls integration
This change removes coveralls integration from PyKMIP, specifically the tox and TravisCI configuration files. codecov will be the primary coverage tool used going forward.
This commit is contained in:
parent
7ee336ad56
commit
0308f258a3
@ -19,9 +19,7 @@ install:
|
|||||||
- pip install tox
|
- pip install tox
|
||||||
- pip install bandit
|
- pip install bandit
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- pip install coveralls
|
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
- coveralls
|
|
||||||
|
1
tox.ini
1
tox.ini
@ -6,7 +6,6 @@ passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
|||||||
|
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
coveralls
|
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
coverage run --source=kmip/ --omit=kmip/demos/*,kmip/tests/* -m pytest --strict kmip/tests/unit
|
coverage run --source=kmip/ --omit=kmip/demos/*,kmip/tests/* -m pytest --strict kmip/tests/unit
|
||||||
|
Loading…
Reference in New Issue
Block a user