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

travis: install flake8 using pip3

this ensure no python2 flake8 will be installed and prevent confusion with required python3 flake8
This commit is contained in:
Alexandre Abadie 2017-12-20 13:34:42 +01:00
parent 90c81f6de6
commit 284ce5b784

View File

@ -1,7 +1,8 @@
dist: trusty
before_install:
- sudo apt-get install coreutils realpath doxygen graphviz python-lesscpy cppcheck coccinelle pcregrep python3-flake8
- sudo apt-get install coreutils realpath doxygen graphviz python-lesscpy cppcheck coccinelle pcregrep python3-pip
- sudo pip3 install flake8
script:
- make static-test