From dbeda324e0739ba65251f9ccded77f4ce7228303 Mon Sep 17 00:00:00 2001 From: Basraah Date: Wed, 6 Jun 2018 05:45:23 +0000 Subject: [PATCH] Update tox.ini for GitLab CI --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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