test_analyze_entities: salience outside expected range
From: https://travis-ci.org/GoogleCloudPlatform/google-cloud-python/builds/158529136#L1224-L1232
====================================================================== FAIL: test_analyze_entities (language.TestLanguage) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/GoogleCloudPlatform/google-cloud-python/system_tests/language.py", line 103, in test_analyze_entities self._check_analyze_entities_result(entities) File "/home/travis/build/GoogleCloudPlatform/google-cloud-python/system_tests/language.py", line 77, in _check_analyze_entities_result self.assertTrue(0.7 < entity1.salience < 0.8) AssertionError: False is not true