Skip to content

Commit c640634

Browse files
committed
New 2.0.2 version. Disable pylint, is currently bugged
1 parent 64b2aad commit c640634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
script:
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
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',

0 commit comments

Comments
 (0)