mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Do not fail tox run 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
c3f2e888a5
commit
22ec94ee56
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -18,7 +18,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