Merge pull request #5399 from RosettaCommons/roccomoretti/integration_test_python2
Don't crash integration.py if Python2 not found.
In integration.py, don't hard-fail if Python2 is not available.
Obviously, any integration test which requires Python2 won't work, but at least any other tests being run won't be affected.