[vlc-commits] python: update python version for CI
Olivier Aubert
git at videolan.org
Thu Apr 8 09:54:29 UTC 2021
vlc/python | branch: master | Olivier Aubert <contact at olivieraubert.net> | Thu Apr 8 11:53:03 2021 +0200| [cfc8609df702503462671370faf065f1d565254d] | committer: Olivier Aubert
python: update python version for CI
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=cfc8609df702503462671370faf065f1d565254d
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 9e64497..ac684fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ group: travis_latest
language: python
cache: pip
python:
- - 3.6
+ - 3.8
install:
#- pip install -r requirements.txt
- pip install flake8 # pytest # add another testing frameworks later
More information about the vlc-commits
mailing list