ansible-dhcpd/.travis.yml
2014-09-07 16:41:26 +02:00

16 lines
256 B
YAML

---
language: 'python'
python: '2.7'
virtualenv:
system_site_packages: true
before_install: True
install: True
script:
- 'git clone --depth 1 https://github.com/nickjj/rolespec'
- 'cd rolespec ; ./runner -r https://github.com/debops/test-suite'