diff --git a/tox.ini b/tox.ini index d0f314c9..bfbd9172 100644 --- a/tox.ini +++ b/tox.ini @@ -17,4 +17,6 @@ deps= py37: https://github.com/yaml/pyyaml/zipball/master#egg=pyyaml py37: https://github.com/celery/kombu/zipball/master#egg=kombu install_command = pip install -e ".[testing]" -U {opts} {packages} -commands=coverage run runtests.py -v 2 +commands = + coverage run runtests.py -v 2 + coverage report -m