added pyenv role
This commit is contained in:
16
roles/avanov.pyenv/.travis.yml
Normal file
16
roles/avanov.pyenv/.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
language: python
|
||||
python: "2.7"
|
||||
#env:
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq python-apt python-pycurl
|
||||
install:
|
||||
- pip install ansible==1.9.4
|
||||
script:
|
||||
- echo localhost > inventory
|
||||
- ansible-playbook -i inventory test.yml --syntax-check
|
||||
- ansible-playbook -i inventory test.yml --connection=local --sudo -vvv --diff
|
||||
- ansible-playbook -i inventory test_update.yml --syntax-check
|
||||
- ansible-playbook -i inventory test_update.yml --connection=local --sudo -vvv --diff
|
||||
#after_failure:
|
Reference in New Issue
Block a user