5c883a734b
* Add testing with Molecule/Ansible-lint and fix linting errors * Undo PR #9 for now (sorry)
11 lines
173 B
YAML
11 lines
173 B
YAML
---
|
|
sudo: required
|
|
language: python
|
|
services:
|
|
- docker
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
install:
|
|
- pip install molecule[lint,docker]
|
|
script:
|
|
- molecule test |