Add build status batch from travis

This commit is contained in:
blackfly 2020-04-06 21:38:47 +02:00
parent 6ddfe48a95
commit 38f637aaeb
2 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,4 @@ script:
# Push the results to codecov
after_success:
- codecov
# - bash <(curl -s https://codecov.io/bash)

View File

@ -3,6 +3,7 @@
ProtoTorch is a PyTorch-based Python toolbox for bleeding-edge research in
prototype-based machine learning algorithms.
[![Build Status](https://travis-ci.org/si-cim/prototorch.svg?branch=master)](https://travis-ci.org/si-cim/prototorch)
[![GitHub version](https://badge.fury.io/gh/si-cim%2Fprototorch.svg)](https://badge.fury.io/gh/si-cim%2Fprototorch)
[![PyPI version](https://badge.fury.io/py/prototorch.svg)](https://badge.fury.io/py/prototorch)
![Tests](https://github.com/si-cim/prototorch/workflows/Tests/badge.svg)