Commit bb197a01 by Clinton Blackburn

Added Travis support

The docker-compose file is now validated with very push.

ECOM-6561
parent 4b3bd738
sudo: required
language: python
python:
- "3.5"
services:
- docker
before_install:
- make requirements
script:
- make validate
.PHONY: devstack.reset devstack.start devstack.stop help
.PHONY: devstack.reset devstack.start devstack.stop help requirements validate
help: ## Display this help message
@echo "Please use \`make <target>' where <target> is one of"
......@@ -20,3 +20,6 @@ devstack.stop: ## Stop all services
requirements: ## Install requirements
pip install -r requirements.txt
validate: ## Validate the devstack configuration
docker-compose config
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment