From 5947d17e288e6737ff0e4af729008ce2d0ce7bd7 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 28 Mar 2017 23:52:44 +1100 Subject: [PATCH] travis update --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c432d58d5..92d8254e39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,10 @@ python: before_install: - pip install pep8 + - pip install django + +before_script: + - "pep8 --exclude=migrations --ignore=E402,W293,E502 InvenTree" script: - # TODO - Only perform PEP8 checks on files that have been changed in this push / PR - find . -name \*.py -exec pep8 --ignore=E402,W293,E501 {} + \ No newline at end of file