mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-01-23 17:41:50 +08:00
* Travis: use sudo: false (container based builds) * Travis: remove --use-mirrors for pip-install The option is not valid anymore with pip 8.1.2 apparently (https://travis-ci.org/davidhalter/jedi-vim/builds/152006664).
8 lines
105 B
YAML
8 lines
105 B
YAML
sudo: false
|
|
language: python
|
|
install:
|
|
- pip install pytest
|
|
script:
|
|
- vim --version
|
|
- py.test
|