2
0
mirror of https://github.com/openkmip/pykmip synced 2026-01-07 19:13:19 +00:00

Merge pull request #227 from OpenKMIP/maint/remove-coveralls

Removing coveralls integration
This commit is contained in:
Peter Hamilton
2016-12-06 20:23:50 -05:00
committed by GitHub
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