mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Revert changes
This commit is contained in:
parent
00d97668bf
commit
4d25624ff6
14
tox.ini
14
tox.ini
@ -84,16 +84,6 @@ deps =
|
|||||||
lxml
|
lxml
|
||||||
coverage
|
coverage
|
||||||
|
|
||||||
extras = all
|
|
||||||
|
|
||||||
whitelist_externals =
|
|
||||||
sh
|
|
||||||
|
|
||||||
setenv =
|
|
||||||
{[base]setenv}
|
|
||||||
|
|
||||||
passenv = *
|
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
/usr/bin/find "{toxinidir}" -name '*.pyc' -delete
|
/usr/bin/find "{toxinidir}" -name '*.pyc' -delete
|
||||||
# Make all greater-thans equals so we test the oldest version of our direct
|
# Make all greater-thans equals so we test the oldest version of our direct
|
||||||
@ -104,9 +94,9 @@ 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'
|
||||||
|
|
||||||
{envbindir}/coverage run "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:}
|
pip install -e .
|
||||||
|
|
||||||
usedevelop=true
|
{envbindir}/coverage run "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:}
|
||||||
|
|
||||||
|
|
||||||
[testenv:packaging]
|
[testenv:packaging]
|
||||||
|
Loading…
Reference in New Issue
Block a user