Commit 29125aa0 authored by Jim Fulton's avatar Jim Fulton

Allow for different Python interpreters.

parent b2cac529
......@@ -89,6 +89,7 @@ def test_suite():
r'/sample-\1/\3'),
(re.compile('\S+sample-(\w+)'),
r'/sample-\1/\3'),
(re.compile('executable = \S+python\S*'), 'executable = python'),
])
),
doctest.DocFileSuite(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment