summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-19 12:51:32 +0000
committerErik Johnston <erik@matrix.org>2019-03-19 12:51:32 +0000
commitb0e767f7bbed90e07740aaeaa2aa747f6bb47401 (patch)
tree089e74dd17d9c5ea9d95d4d532a9284ac845269b
parentUpdate newsfile (diff)
downloadsynapse-b0e767f7bbed90e07740aaeaa2aa747f6bb47401.tar.xz
Add comment back in
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini

index 0c2ba060b1..ef543890f9 100644 --- a/tox.ini +++ b/tox.ini
@@ -94,6 +94,7 @@ commands = # Add this so that coverage will run on subprocesses /bin/sh -c 'echo "import coverage; coverage.process_startup()" > {envsitepackagesdir}/../sitecustomize.py' + # Install Synapse itself. This won't update any libraries. pip install -e . {envbindir}/coverage run "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:}