9 lines
130 B
YAML
9 lines
130 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- "pip install -r test-requirements.txt"
|
|
script:
|
|
- sh tools/validate-all-yaml.sh
|
|
|