Browse Source

Another travis fix + badge addition

opensearch
Roi Rav-Hon 8 years ago
parent
commit
e6a869e5f7
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      .travis.yml
  2. +1
    -1
      README.md

+ 2
- 2
.travis.yml View File

@ -7,6 +7,6 @@ python:
- "3.4"
install:
- pip install requests pytest
- pip install requests
script: pytest
script: py.test

+ 1
- 1
README.md View File

@ -1,4 +1,4 @@
[![PyPI version](https://badge.fury.io/py/logzio-python-handler.svg)](https://badge.fury.io/py/logzio-python-handler)
[![PyPI version](https://badge.fury.io/py/logzio-python-handler.svg)](https://badge.fury.io/py/logzio-python-handler) [![Build Status](https://travis-ci.org/logzio/logzio-python-handler.svg?branch=master)](https://travis-ci.org/logzio/logzio-python-handler)
# The Logz.io Python Handler
This is a Python handler that sends logs in bulk over HTTPS to Logz.io.


Loading…
Cancel
Save