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

Commit 66aa32e

Browse files
authored
Merge pull request #3159 from NotAFile/py3-tests-config
run config tests on py3
2 parents 01e8a52 + 6e005d1 commit 66aa32e

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)