mirror of https://github.com/OpenKMIP/PyKMIP.git
Adding support for Codecov
This change updates the .travis.yml file to add support for Codecov reporting.
This commit is contained in:
parent
0cccf68798
commit
66198f46ab
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue