Commit cc29476d authored by jim's avatar jim

Allow for different Python interpreters.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68724 62d5b8a3-27da-0310-9561-8e5933582275
parent 6e7a1f5b
......@@ -89,7 +89,8 @@ 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(
'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