Newer
Older
---
language: python
python: "2.7"
env:
- platform: openbsd
- platform: xenial
cache:
- pip
- directories:
- $HOME/.pre-commit
- sudo apt-get update
- sudo apt-get install -y linux-headers-$(uname -r) virtualbox
- wget https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_x86_64.deb
- sudo dpkg -i vagrant_1.9.1_x86_64.deb
- pip install -r tests/requirements.txt | cat
- ansible-galaxy install git+file://$(pwd),$(git rev-parse --abbrev-ref HEAD) -p .molecule/roles
- molecule dependency
- molecule test --platform $platform
webhooks: https://galaxy.ansible.com/api/v1/notifications/