Install flake8 with apt
This commit is contained in:
parent
cc559af69c
commit
0e4d9a984f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: sudo pip install flake8
|
command: apt-get install -y python-flake8
|
||||||
- run:
|
- run:
|
||||||
name: Lint
|
name: Lint
|
||||||
command: flake8 build.py --ignore=E128,E501
|
command: flake8 build.py --ignore=E128,E501
|
||||||
|
|
Reference in a new issue