From 32e4cb7ff6d309eb96cc6d821fe1897dcaf19efc Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Thu, 7 Apr 2016 09:47:08 +0300 Subject: [PATCH] make sure pyflakes / pep8 run on travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fce1f13..3782484 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,5 @@ language: python python: - "2.7" - "pypy" -install: pip install . --use-mirrors +install: pip install . --use-mirrors && pip install pep8 pyflakes script: make test