Skip to content

Commit

Permalink
Add flake8 to build, add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Aug 15, 2017
1 parent 80f57dc commit 99818da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -3,5 +3,7 @@ python:
- "3.3" # sublime text 3
before_install:
- pip install mypy
- pip install flake8
script:
- mypy main.py
- mypy main.py
- flake8
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# LSP

[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
[![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)]()

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

Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[flake8]
max-line-length = 120

0 comments on commit 99818da

Please sign in to comment.