mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 18:45:52 +03:00
run config tests on py3
Signed-off-by: Adrian Tschira <nota@notafile.com>
This commit is contained in:
parent
01e8a52825
commit
6e005d1382
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
@ -51,7 +51,8 @@ usedevelop=true
|
|||
commands =
|
||||
/usr/bin/find "{toxinidir}" -name '*.pyc' -delete
|
||||
coverage run {env:COVERAGE_OPTS:} --source="{toxinidir}/synapse" \
|
||||
"{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests/metrics} {env:TOXSUFFIX:}
|
||||
"{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests/metrics tests/config} \
|
||||
{env:TOXSUFFIX:}
|
||||
{env:DUMP_COVERAGE_COMMAND:coverage report -m}
|
||||
|
||||
[testenv:packaging]
|
||||
|
|
Loading…
Reference in a new issue