mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 16:46:20 +01:00
Update tox.ini for GitLab CI
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -17,4 +17,6 @@ deps=
|
|||||||
py37: https://github.com/yaml/pyyaml/zipball/master#egg=pyyaml
|
py37: https://github.com/yaml/pyyaml/zipball/master#egg=pyyaml
|
||||||
py37: https://github.com/celery/kombu/zipball/master#egg=kombu
|
py37: https://github.com/celery/kombu/zipball/master#egg=kombu
|
||||||
install_command = pip install -e ".[testing]" -U {opts} {packages}
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user