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