Skip to content

Commit 600f887

Browse files
authored
Merge pull request #8 from drucker/feature/add-badge
Add badge
2 parents 3fe7d2e + 797345a commit 600f887

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ services:
77

88
matrix:
99
include:
10-
- python: 3.4
11-
env: TOXENV=py34
12-
- python: 3.5
13-
env: TOXENV=py35
1410
- python: 3.6
1511
env: TOXENV=py36
1612
- python: 3.6

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# drucker-client
2+
3+
[![Build Status](https://travis-ci.com/drucker/drucker-client.svg?branch=master)](https://travis-ci.com/drucker/drucker-client)
4+
[![PyPI version](https://badge.fury.io/py/drucker-client.svg)](https://badge.fury.io/py/drucker-client)
5+
[![codecov](https://codecov.io/gh/drucker/drucker-client/branch/master/graph/badge.svg)](https://codecov.io/gh/drucker/drucker-client "Non-generated packages only")
6+
[![pypi supported versions](https://img.shields.io/pypi/pyversions/drucker-client.svg)](https://pypi.python.org/pypi/drucker-client)
7+
28
Drucker is a framework of serving machine learning module. Drucker client is a SDK for accessing Drucker.
39

410
## Parent Project

drucker_client/grpc

Submodule grpc updated from 5e57f2f to 434531a

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py34, py35, py36
2+
envlist = py36
33

44
[testenv]
55
passenv = TOXENV CI TRAVIS TRAVIS_*

0 commit comments

Comments
 (0)