diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-05-22 16:45:11 -0500 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2018-05-22 16:45:11 -0500 |
commit | 4abeaedcf333ee688f8a39efe9520bc3e2e54770 (patch) | |
tree | 90258fe171ee7813826209d22fca99b4f6d1f558 /tox.ini | |
parent | fixes (diff) | |
download | synapse-4abeaedcf333ee688f8a39efe9520bc3e2e54770.tar.xz |
tests/metrics is gone now
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index 89ca6d7a19..3e114e382c 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,7 @@ usedevelop=true commands = /usr/bin/find "{toxinidir}" -name '*.pyc' -delete coverage run {env:COVERAGE_OPTS:} --source="{toxinidir}/synapse" \ - "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests/metrics tests/config} \ + "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests/config} \ {env:TOXSUFFIX:} {env:DUMP_COVERAGE_COMMAND:coverage report -m} |