mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-21 04:54:25 +02:00
Merge pull request #102 from OpenKMIP/feat/add-codecov-support
Adding support for Codecov
This commit is contained in:
commit
9cdceb790f
@ -2,6 +2,7 @@ language: python
|
|||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
- pip install bandit
|
- pip install bandit
|
||||||
|
- pip install codecov
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
@ -13,5 +14,5 @@ env:
|
|||||||
- TOXENV=py34
|
- TOXENV=py34
|
||||||
- TOXENV=bandit
|
- TOXENV=bandit
|
||||||
after_success:
|
after_success:
|
||||||
|
- codecov
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user