diff --git a/.travis.yml b/.travis.yml index c040b69..034d81c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: before_script: # Test for pep-compliance - - flake8 maxsmooth + - flake8 --ignore=W605 maxsmooth script: coverage --source=maxsmooth -m py.test;