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:
parent
90c81f6de6
commit
284ce5b784
@ -1,7 +1,8 @@
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
before_install:
|
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:
|
script:
|
||||||
- make static-test
|
- make static-test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user