1
0
Fork 0
mirror of https://github.com/Reuh/SublimeLinter-contrib-candran.git synced 2025-10-27 18:19:31 +00:00

Forgot some hidden files

This commit is contained in:
Étienne Fildadut 2019-08-11 16:38:38 +02:00
parent caa6840c59
commit 88bbba0ad5
2 changed files with 48 additions and 0 deletions

7
.travis.yml Executable file
View file

@ -0,0 +1,7 @@
language: python
python:
- "3.6"
install:
- pip install flake8
script:
- flake8 . --max-line-length=120