ansible-dhcpd/.travis.yml

16 lines
256 B
YAML
Raw Normal View History

---
language: 'python'
python: '2.7'
virtualenv:
system_site_packages: true
before_install: True
install: True
script:
2014-09-07 14:41:26 +00:00
- 'git clone --depth 1 https://github.com/nickjj/rolespec'
- 'cd rolespec ; ./runner -r https://github.com/debops/test-suite'