17 lines
271 B
YAML
17 lines
271 B
YAML
---
|
|
|
|
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'
|
|
|