[gnome-music/wip/merge: 21/343] Run pep8 and pyflakes on travis



commit 343f3271b1fdd6601dd23684907a9701f8063813
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Sat Jul 13 13:36:55 2013 +0200

    Run pep8 and pyflakes on travis

 .travis.yml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..19bed3c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: python
+python:
+  - "2.6"
+  - "2.7"
+  - "3.3"
+install:
+  - pip install pep8 pyflakes --use-mirrors
+before_script:
+  - "pep8 --ignore=E501,E225 gnome-music"
+script:
+  - "pyflakes gnome-music"


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