diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-19 12:51:32 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-19 12:51:32 +0000 |
commit | b0e767f7bbed90e07740aaeaa2aa747f6bb47401 (patch) | |
tree | 089e74dd17d9c5ea9d95d4d532a9284ac845269b /tox.ini | |
parent | Update newsfile (diff) | |
download | synapse-b0e767f7bbed90e07740aaeaa2aa747f6bb47401.tar.xz |
Add comment back in
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
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:} |