mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-02-16 04:22:00 +08:00
6 lines
95 B
YAML
6 lines
95 B
YAML
language: python
|
|
install:
|
|
- pip install --quiet --use-mirrors pytest
|
|
script:
|
|
- py.test
|