Skip to content

Commit a4e9983

Browse files
committed
Update coveralls and coverage dependency version
1 parent 724252b commit a4e9983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
dependency_links=['http://github.com/mehcode/python-xmlsec/tarball/master'],
4343
extras_require={
4444
'test': (
45-
'coverage==3.7.1',
45+
'coverage>=3.6',
4646
'freezegun==0.3.5',
4747
'pylint==1.3.1',
4848
'pep8==1.5.7',
4949
'pyflakes==0.8.1',
50-
'coveralls==0.4.4',
50+
'coveralls==1.1',
5151
),
5252
},
5353
keywords='saml saml2 xmlsec django flask pyramid python3',

0 commit comments

Comments
 (0)