From 3f022e8075153a637e96ba80ee2ca537ebe6004a Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Wed, 11 Oct 2017 16:48:21 +0900 Subject: tools: Add script for spell checking Signed-off-by: IWASE Yusuke --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3dff97ee..18ddbefa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -147,6 +147,15 @@ matrix: - <<: *_docker env: - TEST=bgp_malformed_msg_handling_test.py +# +# Spell Check +# + - language: python + python: "2.7" + before_install: true + install: pip install scspell3k + script: bash tools/spell-check/scspell.sh + cache: pip: true -- cgit v1.2.3