Skip to content
Snippets Groups Projects
Commit 25219b7b authored by Erik Johnston's avatar Erik Johnston
Browse files

Make isort tox check print diff when it fails

parent 30da50a5
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ commands = /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/hash_pas ...@@ -134,7 +134,7 @@ commands = /bin/sh -c "flake8 synapse tests scripts scripts-dev scripts/hash_pas
[testenv:check_isort] [testenv:check_isort]
skip_install = True skip_install = True
deps = isort 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] [testenv:check-newsfragment]
skip_install = True skip_install = True
...@@ -150,4 +150,4 @@ deps = ...@@ -150,4 +150,4 @@ deps =
codecov codecov
commands = commands =
coverage combine coverage combine
codecov -X gcov codecov -X gcov
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment