diff options
author | Adrian Tschira <nota@notafile.com> | 2018-04-30 10:37:41 +0200 |
---|---|---|
committer | Adrian Tschira <nota@notafile.com> | 2018-04-30 10:39:45 +0200 |
commit | 6e005d13821b86e4727f4f28f4c7b1e51c05d096 (patch) | |
tree | 6e11207a17f3f5fb4881669dcd38c3dac38e1871 /tox.ini | |
parent | Merge pull request #3102 from NotAFile/py3-attributeerror (diff) | |
download | synapse-6e005d13821b86e4727f4f28f4c7b1e51c05d096.tar.xz |
run config tests on py3
Signed-off-by: Adrian Tschira <nota@notafile.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index ca8373662b..89ca6d7a19 100644 --- a/tox.ini +++ b/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] |