From e1b2d7465f5047899a957903cdb304b012d72261 Mon Sep 17 00:00:00 2001 From: jiangjiajun Date: Mon, 9 Sep 2019 14:06:53 +0800 Subject: [PATCH] remove scripts --- .travis.yml | 2 +- {scripts => tools}/check_code_style.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => tools}/check_code_style.sh (100%) diff --git a/.travis.yml b/.travis.yml index 69cd7c7..7f181a9 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 -- GitLab