Updating coveralls job

This commit is contained in:
Roman Mogilatov 2015-07-21 09:42:21 +03:00
parent 7d3460deba
commit 27441353d9

View File

@ -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