mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-31 00:24:31 +08:00
9 lines
111 B
YAML
9 lines
111 B
YAML
---
|
|
language: python
|
|
python: 2.7
|
|
cache: pip
|
|
install:
|
|
- "pip install vim-vint==0.3.9"
|
|
script:
|
|
- "vint -s ."
|