forked from MirrorHub/synapse
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 =
|
||||
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 a new issue