mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
do not fail tox if coveralls push fails
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.
This commit is contained in:
parent
661ee49eda
commit
bdbb4f6bfa
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -17,7 +17,7 @@ deps =
|
|||
commands =
|
||||
{envpython} --version
|
||||
nosetests -sv --with-coverage --cover-package=pelican pelican
|
||||
coveralls
|
||||
- coveralls
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python2.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue