Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from scikit-hep/eduardo-coveralls-badge
Browse files Browse the repository at this point in the history
Added coveralls badge to README file
  • Loading branch information
eduardo-rodrigues committed Jul 17, 2018
2 parents 4064d5d + a3ccc95 commit db3c0d9
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
language: python

os:
- linux

python:
- 2.6
- 2.7
- 3.4
- 3.5
- 3.6

addons:
apt:
packages:
- python-numpy
- python3-numpy
- python-setuptools

install:
- pip install --upgrade pip
- pip install coveralls

script:
coverage run --source=numpythia setup.py test

after_success:
coveralls

notifications:
slack: scikit-hep:b6cgBXwccPoaCNLn5VKFJFVy

deploy:
provider: pypi
user: eduardorodrigues
password:
secure: "lC01yhLc1zCkH3MzoPy5xn7++HQrRq4WT8p/PizDwrh25PfMYb+yJzoiVwt30YMYEOlMa/CW5jpe6hx1uuRRMs0L43hQLDNRoMLX7J5pzSvSeAYHr4IKuULPRRYq8qbgmlmLr8AzrZxlvKbpAQSdFHNT7G9YkWARLOny8e3N8cSg2Z3QGGOLPEg5ju8Fr8UxiERh2kSGmplZsZu4HykmwX8eu7fE6bktWeOO6ideF4SFKHOVEX3CaVu8hBf1T1yyqc/PvCKCEMzcWEbqFhtWgxyi+OmwIrUoEujDi3eYtjuxYJk+KLPKpyB5VrC5zW3iTHpFfLfAH5T2mVeU3lPcoIzNWlTGPtZJk4akre+ikG4vmMToZMJpk3aOeGCx6Gq6VV81F7eu7Wu8MZRo6NI32mv3FBRiXIMkq15kTUg4WRoPgLAjIEod6fVE3vDJFphCMfHsDodu7yZS26Lqpa5avf38TVmcRbhjuZR2HgD0avTF2i7pt07h67hzkes0lxpqaXvDeYnZwM6uUXmvYje3mtedfB5psn2i6lJrxkPnHwFMN42BMRw3ZXzemc4aEQa6tf16wC/xH3MDpjlhbcRQDxOUyBhr31/PJYxTE6OPS/PDIwRGqxk6vdD/dBhk68/cDtdACt0lqVQwjl79nAFhAEjQaPbBjdokcUE452BJ954="
on:
tags: true
branch: master
python: 2.7
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ numpythia: The interface between PYTHIA and NumPy
.. image:: https://img.shields.io/pypi/v/numpythia.svg
:target: https://pypi.python.org/pypi/numpythia

.. image:: https://coveralls.io/repos/github/scikit-hep/numpythia/badge.svg?branch=master
:target: https://coveralls.io/github/scikit-hep/numpythia?branch=master

numpythia provides an interface between `PYTHIA
<http://home.thep.lu.se/~torbjorn/Pythia.html>`_ and `NumPy
<http://www.numpy.org/>`_ allowing you to generate events as NumPy arrays of
Expand Down

0 comments on commit db3c0d9

Please sign in to comment.