Skip to content

Commit e8b55e8

Browse files
authored
Merge pull request #299 from akx/remove-coveralls
Remove coveralls mentions
2 parents 7638495 + f10edf6 commit e8b55e8

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
@@ -50,7 +50,6 @@
5050
'freezegun>=0.3.11, <=1.1.0',
5151
'pylint==1.9.4',
5252
'flake8>=3.6.0',
53-
'coveralls>=1.11.1',
5453
'pytest>=4.6',
5554
),
5655
},

0 commit comments

Comments
 (0)