From e6a869e5f7774e687e3a069ae8c0ed78fa266003 Mon Sep 17 00:00:00 2001 From: Roi Rav-Hon Date: Tue, 28 Mar 2017 19:03:52 +0300 Subject: [PATCH] Another travis fix + badge addition --- .travis.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98386ed..3ecd866 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ python: - "3.4" install: - - pip install requests pytest + - pip install requests -script: pytest \ No newline at end of file +script: py.test \ No newline at end of file diff --git a/README.md b/README.md index 38d2459..ccf5519 100644 --- a/README.md +++ b/README.md @@ -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.