From 8394e3618197ab447f7282e0c42562855f351f70 Mon Sep 17 00:00:00 2001 From: alitvinov Date: Wed, 17 Apr 2019 19:39:21 +0300 Subject: [PATCH] add travis file Change-Id: I6e14f2c6c13c35fc28c04745e7ec55c71f6ed4fe --- .travis.yml | 6 ++++++ README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index e69de29..5d8d9c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "3.6" +install: pip install tox-travis +script: + - tox \ No newline at end of file diff --git a/README.md b/README.md index 896adf4..4e711b1 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,9 @@ provides: interface: cinder-backup scope: container ``` + +# Bugs + +Please report bugs on [Launchpad](https://bugs.launchpad.net/openstack-charms/+filebug). + +For development questions please refer to the OpenStack [Charm Guide](https://github.com/openstack/charm-guide). \ No newline at end of file