mirror of https://github.com/celery/kombu.git
Use pytest-sugar for output.
This commit is contained in:
parent
629879b422
commit
c1351f59df
|
@ -1,3 +1,4 @@
|
|||
pytz>dev
|
||||
case>=1.5.2
|
||||
pytest
|
||||
pytest-sugar
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -25,7 +25,7 @@ deps=
|
|||
flake8,flakeplus,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt
|
||||
|
||||
commands = pip install -U -r{toxinidir}/requirements/dev.txt
|
||||
py.test -xv --cov=kombu --cov-report=xml --no-cov-on-fail {posargs}
|
||||
pytest -xv --cov=kombu --cov-report=xml --no-cov-on-fail {posargs}
|
||||
|
||||
basepython =
|
||||
2.7,flakeplus,flake8,apicheck,linkcheck,cov,pydocstyle: python2.7
|
||||
|
|
Loading…
Reference in New Issue