Added build status to README and coveralls support.

This commit is contained in:
Honza Kral
2013-09-24 23:33:37 +02:00
parent b724288d76
commit c759b63a0a
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -17,6 +17,9 @@ matrix:
env: TEST_ES_CONNECTION=ThriftConnection
install:
- git submodule init
- pip install coveralls
- pip install .
script:
- TEST_ES_SERVER=localhost python setup.py test
after_success:
- coveralls
+9
View File
@@ -58,3 +58,12 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Build status
------------
.. image:: https://secure.travis-ci.org/elasticsearch/elasticsearch-py.png
:target: http://travis-ci.org/#!/elasticsearch/elasticsearch-py
.. image:: https://coveralls.io/repos/elasticsearch/elasticsearch-py/badge.png?branch=master
:target: https://coveralls.io/r/elasticsearch/elasticsearch-py