2014-08-31 16:18:44 +00:00
|
|
|
---
|
|
|
|
|
2015-03-27 13:29:04 +00:00
|
|
|
sudo: True
|
2014-08-31 16:18:44 +00:00
|
|
|
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'
|
2014-09-24 17:09:01 +00:00
|
|
|
- 'cd rolespec ; bin/rolespec -r https://github.com/debops/test-suite'
|
2014-08-31 16:18:44 +00:00
|
|
|
|