add pep8 tests for deprecated python usage

This commit is contained in:
Paul Morgan 2014-02-15 20:04:30 +00:00
parent c108f6022a
commit 5d336d0ce3

View file

@ -33,6 +33,7 @@ class TestPep8(TitoUnitTestFixture):
tests = [
# http://pep8.readthedocs.org/en/latest/intro.html#error-codes
'E9', # runtime errors (SyntaxError, IndentationError, IOError)
'W6', # deprecated features
]
try: