mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
284ce5b784
this ensure no python2 flake8 will be installed and prevent confusion with required python3 flake8
9 lines
206 B
YAML
9 lines
206 B
YAML
dist: trusty
|
|
|
|
before_install:
|
|
- sudo apt-get install coreutils realpath doxygen graphviz python-lesscpy cppcheck coccinelle pcregrep python3-pip
|
|
- sudo pip3 install flake8
|
|
|
|
script:
|
|
- make static-test
|