Skip to content

Commit

Permalink
Merge pull request #299 from akx/remove-coveralls
Browse files Browse the repository at this point in the history
Remove coveralls mentions
  • Loading branch information
bzvestey authored Feb 18, 2022
2 parents 7638495 + f10edf6 commit e8b55e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ script:
- 'coverage report -m --rcfile=tests/coverage.rc'
# - 'pylint src/onelogin/saml2 --rcfile=tests/pylint.rc'
- 'flake8 .'

after_success: 'coveralls'
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# OneLogin's SAML Python Toolkit (compatible with Python3)

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

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
'freezegun>=0.3.11, <=1.1.0',
'pylint==1.9.4',
'flake8>=3.6.0',
'coveralls>=1.11.1',
'pytest>=4.6',
),
},
Expand Down

0 comments on commit e8b55e8

Please sign in to comment.