You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- |
|
|
|
sudo: True |
|
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' |
|
|
|
|