diff --git a/.travis.yml b/.travis.yml index de9e1ee..7f61a96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,6 @@ python: - "3.6" - "3.7-dev" -install: - - pip install -r requirements.txt - script: - python setup.py flake8 - python setup.py test diff --git a/README.md b/README.md index 852b080..74066fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.org/SebastianCzoch/influx-line-protocol.svg?branch=master)](https://travis-ci.org/SebastianCzoch/influx-line-protocol/branches) [![PyPI version](https://badge.fury.io/py/influx-line-protocol.svg)](https://badge.fury.io/py/influx-line-protocol) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/SebastianCzoch/influx-line-protocol/blob/master/LICENSE) # influx-line-protocol -Implementation of influxdata line protocol format in python +Implementation of [influxdata line protocol](https://docs.influxdata.com/influxdb/v1.6/write_protocols/line_protocol_tutorial/) format in python ## Installation ```bash