Exit codes of "python setup.py install"

Viewed 96

It appears "python setup.py install" always returns a 0 exit code, even if the script was unsuccessful (e.g. SyntaxError).

That's not so great for build automation. Is there an accepted way of detecting that it failed?

0 Answers
Related