Skip to content

Commit a607fae

Browse files
committed
Fix deps on 3.2 for travis
1 parent b40dcda commit a607fae

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
@@ -95,12 +95,12 @@
9595
}
9696

9797
if sys.version_info[:2] == (3, 2):
98+
# Particular versions are required for Python 3.2 compatibility
9899
__extra_requires__['doc'].extend([
99-
# Particular versions are required for Python 3.2 compatibility. The
100-
# ordering is reversed because that's what easy_install needs...
101100
'Jinja2<2.7',
102101
'MarkupSafe<0.16',
103102
])
103+
__extra_requires__['test'][1] = 'coverage<4.0dev'
104104

105105
__entry_points__ = {
106106
}

0 commit comments

Comments
 (0)