[vlc-commits] python-vlc: disable CI for python2

Olivier Aubert git at videolan.org
Mon Jun 15 21:41:07 CEST 2020


vlc/python | branch: master | Olivier Aubert <contact at olivieraubert.net> | Mon Jun 15 21:40:40 2020 +0200| [f3295e60278ec671757e5ada330abdefbaf99ea0] | committer: Olivier Aubert

python-vlc: disable CI for python2

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

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

diff --git a/.travis.yml b/.travis.yml
index 1b2c6d3..9e64497 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ group: travis_latest
 language: python
 cache: pip
 python:
-    - 2.7
     - 3.6
 install:
     #- pip install -r requirements.txt



More information about the vlc-commits mailing list