ansible-dhcpd/.travis.yml
2014-09-24 19:09:01 +02:00

16 lines
260 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 ; bin/rolespec -r https://github.com/debops/test-suite'