Make isort tox check print diff when it fails

This commit is contained in:
Erik Johnston 2018-12-10 13:58:26 +00:00
parent 30da50a5b8
commit 25219b7b4e

View file

@ -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
codecov -X gcov