travis flake8
This commit is contained in:
@@ -5,7 +5,7 @@ python:
|
|||||||
- '3.5'
|
- '3.5'
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g eslint
|
- npm install -g eslint
|
||||||
- pip3 install flake8
|
- apt-get update && apt-get install python3-pip && pip3 install flake8
|
||||||
script:
|
script:
|
||||||
- cd app && eslint src
|
- cd app && eslint src
|
||||||
- flake8
|
- flake8
|
||||||
|
|||||||
Reference in New Issue
Block a user