1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

travis: Remove flak8

This commit is contained in:
Akshai M 2021-03-22 16:46:56 +01:00 committed by chrysn
parent c71f74e2a9
commit b4f4173553

View File

@ -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 {} +