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

Allow for different Python interpreters.

parent b2cac529
...@@ -89,7 +89,8 @@ def test_suite(): ...@@ -89,7 +89,8 @@ def test_suite():
r'/sample-\1/\3'), r'/sample-\1/\3'),
(re.compile('\S+sample-(\w+)'), (re.compile('\S+sample-(\w+)'),
r'/sample-\1/\3'), r'/sample-\1/\3'),
]) (re.compile('executable = \S+python\S*'), 'executable = python'),
])
), ),
doctest.DocFileSuite( doctest.DocFileSuite(
'egglinker.txt', 'easy_install.txt', 'egglinker.txt', 'easy_install.txt',
......
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