Add comment back in

This commit is contained in:
Erik Johnston 2019-03-19 12:51:32 +00:00
parent cfc5a442ac
commit b0e767f7bb

View file

@ -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:}