6 lines
89 B
YAML
6 lines
89 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "3.4"
|
|
script: scripts/check -s ./hosts/
|