summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-05-22 16:45:11 -0500
committerAmber Brown <hawkowl@atleastfornow.net>2018-05-22 16:45:11 -0500
commit4abeaedcf333ee688f8a39efe9520bc3e2e54770 (patch)
tree90258fe171ee7813826209d22fca99b4f6d1f558 /tox.ini
parentfixes (diff)
downloadsynapse-4abeaedcf333ee688f8a39efe9520bc3e2e54770.tar.xz
tests/metrics is gone now
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
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}