summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-04-30 10:22:45 +0100
committerGitHub <noreply@github.com>2018-04-30 10:22:45 +0100
commit66aa32ede2e4573c6b8da36ccc85ad1c4251c918 (patch)
tree6e11207a17f3f5fb4881669dcd38c3dac38e1871
parentMerge pull request #3102 from NotAFile/py3-attributeerror (diff)
parentrun config tests on py3 (diff)
downloadsynapse-66aa32ede2e4573c6b8da36ccc85ad1c4251c918.tar.xz
Merge pull request #3159 from NotAFile/py3-tests-config
run config tests on py3
-rw-r--r--tox.ini3
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]