From a58602b3eef3c4c046722d48c9ab92c1b0600a21 Mon Sep 17 00:00:00 2001 From: Benjamin ABEL Date: Thu, 30 Oct 2014 12:30:50 +0100 Subject: [PATCH] Added travis.yml to check code with pep8 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..53d769ef --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python + +before_install: + - time pip install pep8 + +script: + - pep8 --ignore E121,E122,E201,E202,E231,E265,E401,E501 .