mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 03:03:50 +01:00
Merge pull request #253 from matrix-org/tox
Allow tests to be filter when using tox
This commit is contained in:
commit
3cab86a122
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -9,7 +9,7 @@ deps =
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONDONTWRITEBYTECODE = no_byte_code
|
PYTHONDONTWRITEBYTECODE = no_byte_code
|
||||||
commands =
|
commands =
|
||||||
coverage run --source=./synapse {envbindir}/trial tests
|
coverage run --source=./synapse {envbindir}/trial {posargs:tests}
|
||||||
coverage report -m
|
coverage report -m
|
||||||
install_command =
|
install_command =
|
||||||
pip install --process-dependency-links --pre {opts} {packages}
|
pip install --process-dependency-links --pre {opts} {packages}
|
||||||
|
|
Loading…
Reference in a new issue