Skip to content
Snippets Groups Projects
Commit 284ce5b7 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

travis: install flake8 using pip3

this ensure no python2 flake8 will be installed and prevent confusion with required python3 flake8
parent 90c81f6d
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment