Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

Commit 1b80832

Browse files
author
Guilherme Gondim
committed
Add coverage support
1 parent 5ab7a10 commit 1b80832

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ python:
44
- 3.4
55
- 3.5
66
- 3.6
7+
install:
8+
- pip install coverage
9+
- pip install coveralls
710
script:
8-
- python baseconv.py
11+
- coverage run baseconv.py
12+
after_success:
13+
- coveralls
914
branches:
1015
only:
1116
- master

README.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
baseconv
22
========
33

4+
.. image:: https://badge.fury.io/py/python-baseconv.svg
5+
:target: http://badge.fury.io/py/django-smuggler
6+
47
.. image:: https://travis-ci.org/semente/python-baseconv.svg?branch=master
58
:target: https://travis-ci.org/semente/python-baseconv
69

10+
.. image:: https://coveralls.io/repos/semente/python-baseconv/badge.png?branch=master
11+
:target: https://coveralls.io/r/semente/python-baseconv?branch=master
12+
713
Copyright (c) 2010, 2011, 2012, 2015, 2017 Guilherme Gondim.
814
All rights reserved.
915

0 commit comments

Comments
 (0)