travis-ci set to run pep8 tests as part of CI

This commit is contained in:
Chris Caron
2019-02-17 23:28:37 -05:00
parent eb4c83f3f8
commit 75bde9d2a7
10 changed files with 37 additions and 20 deletions

View File

@ -1660,7 +1660,7 @@ def test_rest_plugins(mock_post, mock_get):
# Don't mess with these entries
raise
except Exception as e:
except Exception:
# We can't handle this exception type
raise
@ -1697,7 +1697,7 @@ def test_rest_plugins(mock_post, mock_get):
# Don't mess with these entries
raise
except Exception as e:
except Exception:
# We can't handle this exception type
raise