From b4f4173553974841182bdab1437a8e8ff8d22263 Mon Sep 17 00:00:00 2001 From: Akshai M Date: Mon, 22 Mar 2021 16:46:56 +0100 Subject: [PATCH] travis: Remove flak8 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b96e54911..0c8adc3911 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ language: minimal before_install: - sudo apt-get install coreutils cppcheck pcregrep python3 python3-pip uncrustify - - sudo pip3 install flake8 notifications: email: @@ -15,5 +14,4 @@ notifications: script: - ./RIOT/dist/tools/whitespacecheck/check.sh - - find . -path ./RIOT -prune -o -name *.py -exec python3 -m flake8 --config=./RIOT/dist/tools/flake8/flake8.cfg {} + - find . -path ./RIOT -prune -o \( -name *.c -o -name *.h \) -exec cppcheck --std=c99 --enable=style --force --error-exitcode=2 --quiet -j 1 {} +