Update tox.ini for GitLab CI

This commit is contained in:
Basraah 2018-06-06 05:45:23 +00:00
parent ee9ed13a66
commit dbeda324e0

View File

@ -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