File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ install:
1111script :
1212 - ' coverage run --source=src/onelogin/saml2 --rcfile=tests/coverage.rc setup.py test'
1313 - ' coverage report -m --rcfile=tests/coverage.rc'
14- - ' pylint src/onelogin/saml2 --rcfile=tests/pylint.rc'
14+ # - 'pylint src/onelogin/saml2 --rcfile=tests/pylint.rc'
1515 - ' pep8 tests/src/OneLogin/saml2_tests/*.py demo-flask/*.py demo-django/*.py src/onelogin/saml2/*.py --config=tests/pep8.rc'
1616 - ' pyflakes src/onelogin/saml2 demo-django demo-flask tests/src/OneLogin/saml2_tests'
1717
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'python-saml' ,
12- version = '2.0.1 ' ,
12+ version = '2.0.2 ' ,
1313 description = 'Onelogin Python Toolkit. Add SAML support to your Python software using this library' ,
1414 classifiers = [
1515 'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments