mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-17 12:29:54 -05:00
Add comment back in
This commit is contained in:
parent
cfc5a442ac
commit
b0e767f7bb
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -94,6 +94,7 @@ commands =
|
||||||
# Add this so that coverage will run on subprocesses
|
# Add this so that coverage will run on subprocesses
|
||||||
/bin/sh -c 'echo "import coverage; coverage.process_startup()" > {envsitepackagesdir}/../sitecustomize.py'
|
/bin/sh -c 'echo "import coverage; coverage.process_startup()" > {envsitepackagesdir}/../sitecustomize.py'
|
||||||
|
|
||||||
|
# Install Synapse itself. This won't update any libraries.
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
||||||
{envbindir}/coverage run "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:}
|
{envbindir}/coverage run "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue