mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-16 07:17:10 +08:00
7 lines
115 B
YAML
7 lines
115 B
YAML
language: python
|
|
install:
|
|
- pip install --quiet --use-mirrors pytest
|
|
script:
|
|
- vim --version
|
|
- py.test
|