Skip to content

Commit

Permalink
checking out if markdown on 2.6 was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mriehl committed Sep 29, 2014
1 parent 45b25fe commit 465e0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -81,7 +81,7 @@ def initialize(project):
project.build_depends_on("pyfix") # required test framework
project.build_depends_on("pyassert")
project.build_depends_on("wheel")
# project.build_depends_on("pdoc") # TODO @mriehl markdown dep is broken on 2.6
project.build_depends_on("pdoc")
project.build_depends_on("pygments")
if sys.version_info[0:2] == (2, 6):
project.build_depends_on("importlib") # for fluentmock
Expand Down

0 comments on commit 465e0fe

Please sign in to comment.