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:
Peter Hamilton 2016-12-06 15:00:23 -05:00
parent 7ee336ad56
commit 0308f258a3
2 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,7 @@ install:
- pip install tox
- pip install bandit
- pip install codecov
- pip install coveralls
script:
- tox
after_success:
- codecov
- coveralls

View File

@ -6,7 +6,6 @@ passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
coveralls
commands =
coverage run --source=kmip/ --omit=kmip/demos/*,kmip/tests/* -m pytest --strict kmip/tests/unit