diff --git a/.travis.yml b/.travis.yml index 69cd7c720dffc742458dba0bb432794b160026e4..7f181a905b9ae093bc183890ac3ef0b167fd0cdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - '3.6' script: - - if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./scripts/check_code_style.sh; fi + - if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./tools/check_code_style.sh; fi notifications: email: diff --git a/scripts/check_code_style.sh b/tools/check_code_style.sh similarity index 100% rename from scripts/check_code_style.sh rename to tools/check_code_style.sh