[gnome-music/wip/merge: 23/343] travis: first run pyflakes, then pep8



commit bbdcb97a5680c8a6ada0bbefa1d80197f1628bc1
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Sat Jul 13 13:53:16 2013 +0200

    travis: first run pyflakes, then pep8

 .travis.yml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
index fdedbce..1014a49 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,6 @@ python:
   - "3.3"
 install:
   - pip install pep8 pyflakes --use-mirrors
-before_script:
-  - "pep8 --ignore=E501,E225 gnome-music"
 script:
   - "pyflakes gnome-music"
+  - "pep8 --ignore=E501,E225 gnome-music"
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]