prep for travis-ci

Change-Id: I757b303cd3900d61b25699aff01a8b949ba136fc
This commit is contained in:
Lars Kellogg-Stedman 2015-03-13 00:26:47 -04:00
parent 88758e6856
commit f13a0dce47
3 changed files with 13 additions and 0 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.gerrithub.io
port=29418
project=larsks/heat-kubernetes.git

8
.travis.yml Normal file
View 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
View File

@ -0,0 +1 @@
PyYAML