Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
Signed-off-by: Mpho Mphego <mpho112@gmail.com>
  • Loading branch information
mmphego committed Aug 16, 2019
1 parent 95b4854 commit 1ebff3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-pro
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
before_install:
- pip install -U .
install:
- pip install pytest pytest-coverage coveralls
- pip install pytest pytest-coverage coveralls python-coveralls
script:
- pytest -ra --cov=pandas_utility tests
- coverage report -m
# - coveralls
after_success:
- coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Pandas Utility

![GitHub](https://img.shields.io/github/license/mmphego/pandas_utility.svg)
[![Coverage Status](https://coveralls.io/repos/github/mmphego/pandas_utility/badge.svg?branch=master)](https://coveralls.io/github/mmphego/pandas_utility?branch=master)
[![Build Status](https://travis-ci.com/mmphego/pandas_utility.svg?token=BFdkPYZWCqwEmQMyYDLi&branch=master)](https://travis-ci.com/mmphego/pandas_utility)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/43713e0b78f547e8912ff05c9350cffb)](https://app.codacy.com/app/mmphego/pandas_utility?utm_source=github.com&utm_medium=referral&utm_content=mmphego/pandas_utility&utm_campaign=Badge_Grade_Dashboard)
[![Python](https://img.shields.io/badge/Python-3.6%2B-red.svg)](https://www.python.org/downloads/)
Expand Down

0 comments on commit 1ebff3e

Please sign in to comment.