From 06475b932b4030fe76e844e4bce3a86714636e8f Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Mon, 20 Apr 2015 17:57:37 +0530 Subject: [PATCH] remove unncessary pep8 checking now we have it handled via pytest --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ae3129b..41486605 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,11 @@ language: python sudo: false -before_install: - - time pip install pep8 install: - pip install -r requirements.txt script: - - pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' . - - make test + - py.test notifications: email: