mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 14:55:09 +01:00
remove trailing whitespaces
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -7,14 +7,14 @@ envlist = py{37,38,39}-{all}
|
||||
setenv =
|
||||
all: DJANGO_SETTINGS_MODULE = tests.settings_all
|
||||
core: DJANGO_SETTINGS_MODULE = tests.settings_core
|
||||
basepython =
|
||||
basepython =
|
||||
py37: python3.7
|
||||
py38: python3.8
|
||||
py39: python3.9
|
||||
deps=
|
||||
deps=
|
||||
coverage
|
||||
install_command = pip install -e ".[testing]" -U {opts} {packages}
|
||||
commands =
|
||||
commands =
|
||||
all: coverage run runtests.py -v 2
|
||||
all: coverage report -m
|
||||
all: coverage xml
|
||||
|
||||
Reference in New Issue
Block a user