1
0
Fork 0
mirror of https://github.com/Reuh/SublimeLinter-contrib-cancheck.git synced 2025-10-27 12:19:30 +00:00
SublimeLinter-contrib-cancheck/.travis.yml

7 lines
110 B
YAML
Executable file

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