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?
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?