Display isort errors

This commit is contained in:
Claude Paroz
2019-10-22 12:29:55 +02:00
parent a76933edd5
commit fede4a4f13
+1 -1
View File
@@ -29,7 +29,7 @@ deps =
check-manifest
commands =
# flake8 src/tablib tests/
isort --check-only
isort --check-only --diff
check-manifest -v
python setup.py sdist
twine check dist/*