Skip to content

Commit

Permalink
Use an older mock to work on Python 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Jul 11, 2015
1 parent fbdd293 commit fdabdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run(self):
'docutils',
'Jinja2',
'Markdown==2.4', # 2.5 dropped support for Python 2.6.
'mock',
'mock<1.1.0', # 1.1 dropped support for Python 2.6.
'Pygments',
'PyYAML',
'textile',
Expand Down

0 comments on commit fdabdfe

Please sign in to comment.