parent
d46a1eadcd
commit
2babe4e4ff
@ -112,7 +112,7 @@ def python(self, *args):
|
|||||||
def setup_py(self, *args):
|
def setup_py(self, *args):
|
||||||
setup = self.setup_file()
|
setup = self.setup_file()
|
||||||
|
|
||||||
with working_dir(self.build_directory()):
|
with working_dir(self.build_directory):
|
||||||
self.python(setup, '--no-user-cfg', *args)
|
self.python(setup, '--no-user-cfg', *args)
|
||||||
|
|
||||||
# The following phases and their descriptions come from:
|
# The following phases and their descriptions come from:
|
||||||
|
Loading…
Reference in New Issue
Block a user