add flake8

This commit is contained in:
Rohit Tanwar
2018-04-14 10:52:03 +05:30
parent aa50142e17
commit c265a93ede

View File

@ -6,6 +6,7 @@ python:
- "3.6"
before_install:
- sudo pip install -r requirements.txt
- pip install flake8
script:
- python scripts/lint.py
- python scripts/readme.py