diff --git a/tox.ini b/tox.ini index 0dec390e..bb950ba9 100644 --- a/tox.ini +++ b/tox.ini @@ -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