From 38c9f142085b8cfb19b7d0799906cac671b242dc Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Wed, 4 Jun 2014 09:23:31 +0200 Subject: [PATCH] Update travis pep8 checking to cover migration files starting in pre- and post- Signed-off-by: Sandy Carter --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33d632636ec1..a6e7bc8762e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ script: - flake8 openerp/openupgrade --max-line-length=120 - flake8 openerp/addons/openupgrade* --max-line-length=120 --filename=__init__.py --ignore=F401 - flake8 openerp/addons/openupgrade* --max-line-length=120 --exclude=__init__.py - - flake8 . --max-line-length=120 --filename=pre-migration.py,post-migration.py,pre_migration.py,post_migration.py + - flake8 . --max-line-length=120 --filename=pre-*.py,post-*.py