Skip to content

Commit

Permalink
Merge pull request #2 from SebastianCzoch/feature/update_readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
SebastianCzoch authored Oct 22, 2018
2 parents 8aa587e + 4cdc885 commit 6f21f51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6f21f51

Please sign in to comment.