diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-03-04 17:14:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 17:14:58 +0000 |
commit | 8e28bc5eeecbc2c9130c05e8c8237a546fb4d3ea (patch) | |
tree | b6257afed4b8d90441ee285d425f910e7b5e9060 /tox.ini | |
parent | Fix v4v6 option in HAProxy example config (#4790) (diff) | |
download | synapse-8e28bc5eeecbc2c9130c05e8c8237a546fb4d3ea.tar.xz |
Include a default configuration file in the 'docs' directory. (#4791)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini index 14437e7334..19080a648f 100644 --- a/tox.ini +++ b/tox.ini @@ -118,6 +118,9 @@ commands = python -m towncrier.check --compare-with=origin/develop basepython = python3.6 +[testenv:check-sampleconfig] +commands = {toxinidir}/scripts-dev/generate_sample_config --check + [testenv:codecov] skip_install = True deps = |