1
0
Fork 0
mirror of https://github.com/Reuh/SublimeLinter-contrib-candran.git synced 2025-10-27 10:09:30 +00:00
SublimeLinter-contrib-candran/.travis.yml
2019-08-11 16:38:38 +02:00

7 lines
110 B
YAML
Executable file

language: python
python:
- "3.6"
install:
- pip install flake8
script:
- flake8 . --max-line-length=120