Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 6e005d1

Browse files
committed
run config tests on py3
Signed-off-by: Adrian Tschira <nota@notafile.com>
1 parent 01e8a52 commit 6e005d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ usedevelop=true
5151
commands =
5252
/usr/bin/find "{toxinidir}" -name '*.pyc' -delete
5353
coverage run {env:COVERAGE_OPTS:} --source="{toxinidir}/synapse" \
54-
"{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests/metrics} {env:TOXSUFFIX:}
54+
"{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests/metrics tests/config} \
55+
{env:TOXSUFFIX:}
5556
{env:DUMP_COVERAGE_COMMAND:coverage report -m}
5657

5758
[testenv:packaging]

0 commit comments

Comments
 (0)