diff options
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ deps= flake8,flakeplus,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt commands = pip install -U -r{toxinidir}/requirements/dev.txt - pytest -xv --cov=kombu --cov-report=xml --no-cov-on-fail {posargs} + pytest -rxs -xv --cov=kombu --cov-report=xml --no-cov-on-fail {posargs} basepython = 2.7,flakeplus,flake8,apicheck,linkcheck,cov,pydocstyle: python2.7 |
