Removing coveralls key from tox job

This commit is contained in:
Roman Mogilatov 2015-07-21 09:48:50 +03:00
parent 27441353d9
commit 6b482d87e0

View File

@ -26,7 +26,7 @@ deps=
commands=
coverage erase
coverage run --rcfile=./.coveragerc -m unittest2 discover tests []
COVERALLS_REPO_TOKEN=k2btfiC678lpPikhQxZnyPbdI4RjxNE68 coveralls
coveralls
[testenv:pylint]
basepython=python2.7