[vlc-commits] python: only exclude 2.2 version from CI
Olivier Aubert
git at videolan.org
Fri Jul 13 12:01:12 CEST 2018
vlc/python | branch: master | Olivier Aubert <contact at olivieraubert.net> | Fri Jul 13 11:05:02 2018 +0200| [93ac533cc718d58f6d7628627066980d292b47a5] | committer: Olivier Aubert
python: only exclude 2.2 version from CI
2.2 was the last release supporting only python2.
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=93ac533cc718d58f6d7628627066980d292b47a5
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index c0f40ec..1b2c6d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ install:
#- pip install -r requirements.txt
- pip install flake8 # pytest # add another testing frameworks later
before_script:
- - EXCLUDE=./generated,./generator/templates
+ - EXCLUDE=./generated/2.2,./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
More information about the vlc-commits
mailing list