7 lines
115 B
YAML
7 lines
115 B
YAML
|
language: python
|
||
|
install:
|
||
|
- pip install --quiet --use-mirrors pytest
|
||
|
script:
|
||
|
- vim --version
|
||
|
- py.test
|