travis flake8

This commit is contained in:
Henning Jacobs
2016-12-22 17:28:03 +01:00
parent 64da03a423
commit 4e519a58ec

View File

@@ -5,7 +5,7 @@ python:
- '3.5'
before_script:
- npm install -g eslint
- pip3 install flake8
- apt-get update && apt-get install python3-pip && pip3 install flake8
script:
- cd app && eslint src
- flake8