def run(self): self.create_version_file() setuptools.command.install.install.run(self) subprocess.check_call("python test/test.py".split())