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