diff --git a/.travis.yml b/.travis.yml index 58ebe8deb1..2b3ac04c3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ before_install: script: # TODO - Only perform PEP8 checks on files that have been changed in this push / PR - - find . -name \*.py -exec pep8 --ignore=E402 {} + \ No newline at end of file + - find . -name \*.py -exec pep8 --ignore=E402,W293 {} + \ No newline at end of file