Add a Travis config for running vint.
This commit is contained in:
parent
f17a660888
commit
2c63e0526b
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
language: python
|
||||
python: 2.7
|
||||
install:
|
||||
- "pip install vim-vint==0.3.9"
|
||||
script:
|
||||
- "vint ."
|
Reference in a new issue