diff options
author | Erik Johnston <erik@matrix.org> | 2018-12-10 13:58:26 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-12-10 13:58:26 +0000 |
commit | 25219b7b4e8785bac151c7ffb994e57ae8f6ea9e (patch) | |
tree | 81232374f8acd0d6d8dc68d12690e5b71f4ae469 | |
parent | Initialise user displayname from SAML2 data (#4272) (diff) | |
download | synapse-25219b7b4e8785bac151c7ffb994e57ae8f6ea9e.tar.xz |
Make isort tox check print diff when it fails
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini index 731094b5da..3c398dc3ba 100644 --- a/tox.ini +++ b/tox.ini @@ -134,7 +134,7 @@ commands = /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/hash_pas [testenv:check_isort] skip_install = True deps = isort -commands = /bin/sh -c "isort -c -sp setup.cfg -rc synapse tests" +commands = /bin/sh -c "isort -c -df -sp setup.cfg -rc synapse tests" [testenv:check-newsfragment] skip_install = True @@ -150,4 +150,4 @@ deps = codecov commands = coverage combine - codecov -X gcov \ No newline at end of file + codecov -X gcov |