Merge pull request #253 from matrix-org/tox

Allow tests to be filter when using tox
pull/254/head
Daniel Wagner-Hall 2015-08-26 11:48:41 +01:00
commit 3cab86a122
1 changed files with 1 additions and 1 deletions

View File

@ -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}