ansible-dhcpd/.travis.yml
2014-08-31 18:18:44 +02:00

20 lines
307 B
YAML

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