Clean the module on build; check for errors.

This commit is contained in:
Tom Rothamel
2012-07-06 23:09:31 -04:00
parent e8729a086d
commit b19fe5788b
+4 -1
View File
@@ -1 +1,4 @@
python setup.py install_lib -d $PYTHONPATH try () { "$@" || exit 1; }
try python setup.py clean --all
try python setup.py install_lib -d $PYTHONPATH