mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Merge pull request #253 from matrix-org/tox
Allow tests to be filter when using tox
This commit is contained in:
commit
3cab86a122
2
tox.ini
2
tox.ini
@ -9,7 +9,7 @@ deps =
|
||||
setenv =
|
||||
PYTHONDONTWRITEBYTECODE = no_byte_code
|
||||
commands =
|
||||
coverage run --source=./synapse {envbindir}/trial tests
|
||||
coverage run --source=./synapse {envbindir}/trial {posargs:tests}
|
||||
coverage report -m
|
||||
install_command =
|
||||
pip install --process-dependency-links --pre {opts} {packages}
|
||||
|
Loading…
Reference in New Issue
Block a user