Skip to content

Commit

Permalink
Do not fail tox run if coveralls push fails
Browse files Browse the repository at this point in the history
When tox environments are run locally, coveralls exits with an error
code as it is not authenticated to push to coveralls. Adding the - in
front allows tox to ignore a fail on this command and not mark the test
case as failed.
  • Loading branch information
ingwinlu committed Oct 20, 2015
1 parent 033aad8 commit 0b95539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps =
commands =
{envpython} --version
nosetests -sv --with-coverage --cover-package=pelican pelican
coveralls
- coveralls

[testenv:docs]
basepython = python2.7
Expand Down

0 comments on commit 0b95539

Please sign in to comment.