Merge pull request #253 from matrix-org/tox

Allow tests to be filter when using tox
This commit is contained in:
Daniel Wagner-Hall
2015-08-26 11:48:41 +01:00

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}