Drop travis configuration, update for gerrit

All unit and linting is run pre-commit in OpenStack git/gerrit;
drop travis CI configuration and associate build status message
in README.

Add .gitreview file for OpenStack gerrit.

Change-Id: I4be4e268e2781aafa0caab73cb130f25ef307c50
This commit is contained in:
James Page 2016-06-28 10:50:50 +01:00
parent 4d705f7334
commit a70b14b97f
3 changed files with 5 additions and 8 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/charms.openstack.git

View File

@ -1,7 +0,0 @@
language: python
install:
- pip install tox
script: tox
cache:
directories:
- $HOME/.cache/pip

View File

@ -1,4 +1,4 @@
# charms.openstack [![Build Status](https://travis-ci.org/openstack-charmers/charms.openstack.svg?branch=master)](https://travis-ci.org/openstack-charmers/charms.openstack)
# charms.openstack
Helpers for building layered, reactive OpenStack charms.