Skip to content

Commit

Permalink
Merge pull request #752 from teojgo/ci/pypi_badge
Browse files Browse the repository at this point in the history
[ci] Add PyPI badge to README
  • Loading branch information
vkarak committed Apr 11, 2019
2 parents de76a62 + 723e7f0 commit ad98f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Build Status](https://travis-ci.org/eth-cscs/reframe.svg?branch=master)](https://travis-ci.org/eth-cscs/reframe)
[![Documentation Status](https://readthedocs.org/projects/reframe-hpc/badge/?version=latest)](https://reframe-hpc.readthedocs.io/en/latest/?badge=latest)
[![codecov.io](https://codecov.io/gh/eth-cscs/reframe/branch/master/graph/badge.svg)](https://codecov.io/github/eth-cscs/reframe)
[![PyPI version](https://badge.fury.io/py/ReFrame-HPC.svg)](https://badge.fury.io/py/ReFrame-HPC)

# ReFrame

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from reframe import VERSION

with open('README.md') as read_me:
long_description = ''.join(read_me.readlines()[4:])
long_description = ''.join(read_me.readlines()[5:])

setuptools.setup(
name='ReFrame-HPC',
Expand Down

0 comments on commit ad98f48

Please sign in to comment.