prep for travis-ci
Change-Id: I757b303cd3900d61b25699aff01a8b949ba136fc
This commit is contained in:
parent
88758e6856
commit
f13a0dce47
4
.gitreview
Normal file
4
.gitreview
Normal file
@ -0,0 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.gerrithub.io
|
||||
port=29418
|
||||
project=larsks/heat-kubernetes.git
|
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
install:
|
||||
- "pip install -r test-requirements.txt"
|
||||
script:
|
||||
- sh tools/validate-all-yaml.sh
|
||||
|
1
test-requirements.txt
Normal file
1
test-requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
PyYAML
|
Loading…
x
Reference in New Issue
Block a user