File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 25
25
install : pip install -U tox
26
26
script : tox -e ${TOXENV}
27
27
after_success :
28
- - bash <(curl -s https://codecov.io/bash)
28
+ - pip install codecov
29
+ - codecov -e TOXENV TRAVIS_OS_NAME
Original file line number Diff line number Diff line change @@ -16,3 +16,5 @@ pylint-common==0.2.2
16
16
fluff==0.1.1
17
17
pylint-mccabe==0.1.3
18
18
pylint-runner==0.3
19
+ pytest-cov
20
+ pytest-mock
Original file line number Diff line number Diff line change 16
16
-r{toxinidir}/requirements_dev.txt
17
17
commands =
18
18
pip install -U pip
19
- sudo {envpython} -m pytest --basetemp ={envtmpdir}
19
+ sudo {envpython} -m pytest --cov =libvirt_provider -- cov-report =term -- cov-report =html -- basetemp ={envtmpdir}
20
20
21
21
[testenv:pylint]
22
22
# Does not run by default for the time being.
You can’t perform that action at this time.
0 commit comments