2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-10 13:23:15 +00:00

Merge pull request #102 from OpenKMIP/feat/add-codecov-support

Adding support for Codecov
This commit is contained in:
Peter Hamilton
2015-11-03 15:24:48 -05:00

View File

@@ -2,6 +2,7 @@ language: python
install:
- pip install tox
- pip install bandit
- pip install codecov
- pip install coveralls
script:
- tox
@@ -13,5 +14,5 @@ env:
- TOXENV=py34
- TOXENV=bandit
after_success:
- codecov
- coveralls