From 6e81d8acec6e224256fb86000acd57dde93698cb Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 1 Jun 2017 15:44:11 +0200 Subject: [PATCH] isort show diff --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index 28e43816db..e6af0b22ef 100755 --- a/.travis.sh +++ b/.travis.sh @@ -18,7 +18,7 @@ if [ "$1" == "style" ]; then XDG_CACHE_HOME=/cache pip3 install -Ur src/requirements.txt -r src/requirements/dev.txt -r src/requirements/py34.txt cd src flake8 . - isort -c -rc . + isort -c -rc -df . fi if [ "$1" == "doctests" ]; then XDG_CACHE_HOME=/cache pip3 install -Ur doc/requirements.txt -r src/requirements/py34.txt