Skip to content

Commit 99818da

Browse files
committed
Add flake8 to build, add badge
1 parent 80f57dc commit 99818da

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ python:
33
- "3.3" # sublime text 3
44
before_install:
55
- pip install mypy
6+
- pip install flake8
67
script:
7-
- mypy main.py
8+
- mypy main.py
9+
- flake8

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LSP
22

3-
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
3+
[![Build Status](https://travis-ci.org/tomv564/LSP.svg?branch=master)](https://travis-ci.org/tomv564/LSP) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
44

55
Universal Language Server support for Sublime Text 3 using the Language Server Protocol.
66

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[flake8]
2+
max-line-length = 120

0 commit comments

Comments
 (0)