1
Fork 0

Install flake8 with apt

This commit is contained in:
Jake Howard 2018-03-28 20:14:50 +01:00
parent cc559af69c
commit 0e4d9a984f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: Install Dependencies
command: sudo pip install flake8
command: apt-get install -y python-flake8
- run:
name: Lint
command: flake8 build.py --ignore=E128,E501