Use python3.6 interpreter
This commit is contained in:
@@ -330,7 +330,7 @@ def generic_builder(id, libdir='', branch='', rsync=False):
|
|||||||
maxsize=180 * 1024 * 1024,
|
maxsize=180 * 1024 * 1024,
|
||||||
workdir='install'))
|
workdir='install'))
|
||||||
f.addStep(MasterShellCommand(name='unpack',
|
f.addStep(MasterShellCommand(name='unpack',
|
||||||
command=['python2.7',
|
command=['python3.6',
|
||||||
unpack_script,
|
unpack_script,
|
||||||
filename],
|
filename],
|
||||||
description='unpacking',
|
description='unpacking',
|
||||||
|
Reference in New Issue
Block a user