Skip to content

Commit f10edf6

Browse files
committed
Remove coveralls mentions
The stats haven't been updated since 2017
1 parent dc05f2b commit f10edf6

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ script:
2323
- 'coverage report -m --rcfile=tests/coverage.rc'
2424
# - 'pylint src/onelogin/saml2 --rcfile=tests/pylint.rc'
2525
- 'flake8 .'
26-
27-
after_success: 'coveralls'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# OneLogin's SAML Python Toolkit (compatible with Python3)
22

33
[![Build Status](https://api.travis-ci.org/onelogin/python3-saml.png?branch=master)](http://travis-ci.org/onelogin/python3-saml)
4-
[![Coverage Status](https://coveralls.io/repos/github/onelogin/python3-saml/badge.svg?branch=master)](https://coveralls.io/github/onelogin/python3-saml?branch=master)
54
[![PyPi Version](https://img.shields.io/pypi/v/python3-saml.svg)](https://pypi.python.org/pypi/python3-saml)
65
![Python versions](https://img.shields.io/pypi/pyversions/python3-saml.svg)
76

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
'freezegun>=0.3.11, <=1.1.0',
5050
'pylint==1.9.4',
5151
'flake8>=3.6.0',
52-
'coveralls>=1.11.1',
5352
'pytest>=4.6',
5453
),
5554
},

0 commit comments

Comments
 (0)