Skip to content

Commit

Permalink
enabled doctests (python 2.7 only)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Apr 15, 2013
1 parent bbe787b commit 887d4cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version 2.4.6-stable+timestamp.2013.04.15.17.58.03
Version 2.4.6-stable+timestamp.2013.04.15.18.05.12
4 changes: 4 additions & 0 deletions gluon/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
from test_contribs import *
from test_markmin import *
from test_web import *

import sys
if sys.version[:3] == '2.7':
from test_old_doctests import *

0 comments on commit 887d4cc

Please sign in to comment.