diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-09-05 16:38:20 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-09-05 16:40:55 +0100 |
commit | 6cf60da6e96f3dfbd58435b0390da91db04901c0 (patch) | |
tree | 3d0df16118c780fac50b392f70b340d1d9de66e0 /tox.ini | |
parent | Lint (diff) | |
download | synapse-6cf60da6e96f3dfbd58435b0390da91db04901c0.tar.xz |
Fix CI
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index 543b232ae7..b702cf670b 100644 --- a/tox.ini +++ b/tox.ini @@ -128,7 +128,7 @@ commands = /bin/sh -c "isort -c -df -sp setup.cfg -rc synapse tests" 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] |