vlc/python | branch: master | cclauss <ccla...@bluewin.ch> | Thu Jul 12 
12:43:58 2018 +0200| [c85390b2b4abe648ea34d677548b442df231d98f] | committer: 
GitHub

flake8 . --exclude=./generated,./generator/templates

Exclude the generated code also

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=c85390b2b4abe648ea34d677548b442df231d98f
---

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index cf2d763..87d8b06 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ install:
     #- pip install -r requirements.txt
     - pip install flake8  # pytest  # add another testing frameworks later
 before_script:
-    - EXCLUDE=./generator/templates
+    - EXCLUDE=./generated,./generator/templates
     # stop the build if there are Python syntax errors or undefined names
     - flake8 . --count --exclude=$EXCLUDE --select=E901,E999,F821,F822,F823 
--show-source --statistics
     # exit-zero treats all errors as warnings.  The GitHub editor is 127 chars 
wide

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to