Skip to content

Commit 4589079

Browse files
committed
Fix Travis CI
1 parent 97fc56f commit 4589079

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ 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'
1514
- 'pycodestyle tests/src/OneLogin/saml2_tests/*.py demo-flask/*.py demo-django/*.py src/onelogin/saml2/*.py --config=tests/pep8.rc'
1615
- 'pyflakes src/onelogin/saml2 demo-django demo-flask tests/src/OneLogin/saml2_tests'
1716

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
],
4040
extras_require={
4141
'test': (
42-
'coverage>=3.6',
42+
'coverage>=3.6, <5.0',
4343
'freezegun==0.3.5',
44-
'pylint==1.9.1',
4544
'flake8==3.6.0',
4645
'coveralls==1.1',
4746
),

0 commit comments

Comments
 (0)