diff --git a/.travis.yml b/.travis.yml index 436876b..992fa0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,15 @@ language: python python: - "2.7" - - "3.0" - - "3.1" - - "3.2" - "3.3" - "3.4" - "3.5" - "3.6" - - "3.7" +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true install: - pip install -r requirements.txt script: diff --git a/README.md b/README.md index 027fb6d..4728ee2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # YouTube Transcript/Subtitle API (including automatically generated subtitles) [![Build Status](https://travis-ci.org/jdepoix/youtube-transcript-api.svg)](https://travis-ci.org/jdepoix/youtube-transcript-api) -[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat) +[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT) [![image](https://img.shields.io/pypi/v/youtube-transcript-api.svg)](https://pypi.org/project/youtube-transcript-api/) [![image](https://img.shields.io/pypi/pyversions/youtube-transcript-api.svg)](https://pypi.org/project/youtube-transcript-api/)