mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-23 22:14:25 +02:00
Merge pull request #227 from OpenKMIP/maint/remove-coveralls
Removing coveralls integration
This commit is contained in:
commit
c92579d50a
@ -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…
x
Reference in New Issue
Block a user