From defcb7d5bbca15ba7c82c773d37652bef9527e54 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Tue, 21 Feb 2017 14:51:02 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f36a5d81..ca618d45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ python: - "2.7" - "3.6" # command to install dependencies -install: "pip install -r requirements.txt" +install: + - "pip install -r requirements.txt" + - "pip install pep8" # command to run tests -script: pytest +script: pep8 samples/*