Updating coveralls job
This commit is contained in:
parent
7d3460deba
commit
27441353d9
3
tox.ini
3
tox.ini
|
@ -18,6 +18,7 @@ commands=
|
|||
|
||||
[testenv:coveralls]
|
||||
basepython=python2.7
|
||||
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
||||
deps=
|
||||
{[testenv]deps}
|
||||
coverage
|
||||
|
@ -25,7 +26,7 @@ deps=
|
|||
commands=
|
||||
coverage erase
|
||||
coverage run --rcfile=./.coveragerc -m unittest2 discover tests []
|
||||
coveralls
|
||||
COVERALLS_REPO_TOKEN=k2btfiC678lpPikhQxZnyPbdI4RjxNE68 coveralls
|
||||
|
||||
[testenv:pylint]
|
||||
basepython=python2.7
|
||||
|
|
Loading…
Reference in New Issue