mirror of
https://github.com/openkmip/pykmip
synced 2026-01-07 19:13:19 +00:00
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:
@@ -19,9 +19,7 @@ install:
|
||||
- pip install tox
|
||||
- pip install bandit
|
||||
- pip install codecov
|
||||
- pip install coveralls
|
||||
script:
|
||||
- tox
|
||||
after_success:
|
||||
- codecov
|
||||
- coveralls
|
||||
|
||||
Reference in New Issue
Block a user