diff options
author | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-08-26 11:48:41 +0100 |
---|---|---|
committer | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-08-26 11:48:41 +0100 |
commit | 3cab86a1228b3e8676e47b53781dacb0c0f248f8 (patch) | |
tree | 9413fbb00b698edbe42bfa74d7e8fb1c720ddf59 | |
parent | Merge pull request #251 from matrix-org/removeadmin (diff) | |
parent | Allow tests to be filter when using tox (diff) | |
download | synapse-3cab86a1228b3e8676e47b53781dacb0c0f248f8.tar.xz |
Merge pull request #253 from matrix-org/tox
Allow tests to be filter when using tox
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index 58cf9613cb..370a63cbb8 100644 --- a/tox.ini +++ b/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} |