1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 4d132eff4c..0a2d14aec4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -111,7 +111,7 @@ commands =
[testenv:packaging]
skip_install=True
deps =
- check-manifest
+ check-manifest==0.41
commands =
check-manifest
@@ -130,7 +130,8 @@ commands = /bin/sh -c "isort -c --df --sp setup.cfg synapse tests scripts-dev sc
skip_install = True
deps = towncrier>=18.6.0rc1
commands =
- python -m towncrier.check --compare-with=origin/develop
+ python -m towncrier.check --compare-with=origin/dinsic
+basepython = python3.6
[testenv:check-sampleconfig]
commands = {toxinidir}/scripts-dev/generate_sample_config --check
|