8 lines
168 B
YAML
8 lines
168 B
YAML
---
|
|
services: docker
|
|
language: python
|
|
install:
|
|
- pip3 install docker molecule ansible-lint yamllint flake8 openshift jmespath
|
|
script:
|
|
- molecule test -s test-local
|