add travis file

Change-Id: I6e14f2c6c13c35fc28c04745e7ec55c71f6ed4fe
This commit is contained in:
alitvinov 2019-04-17 19:39:21 +03:00
parent 520fdca020
commit 8394e36181
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
language: python
python:
- "3.6"
install: pip install tox-travis
script:
- tox

View File

@ -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).