python 3.7 added to travis build
This commit is contained in:
parent
444998c02b
commit
75e6b7cdae
|
@ -1,14 +1,15 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.0"
|
|
||||||
- "3.1"
|
|
||||||
- "3.2"
|
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
matrix:
|
||||||
|
include:
|
||||||
|
- python: 3.7
|
||||||
|
dist: xenial
|
||||||
|
sudo: true
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# YouTube Transcript/Subtitle API (including automatically generated subtitles)
|
# YouTube Transcript/Subtitle API (including automatically generated subtitles)
|
||||||
|
|
||||||
[](https://travis-ci.org/jdepoix/youtube-transcript-api)
|
[](https://travis-ci.org/jdepoix/youtube-transcript-api)
|
||||||
[
|
[](http://opensource.org/licenses/MIT)
|
||||||
[](https://pypi.org/project/youtube-transcript-api/)
|
[](https://pypi.org/project/youtube-transcript-api/)
|
||||||
[](https://pypi.org/project/youtube-transcript-api/)
|
[](https://pypi.org/project/youtube-transcript-api/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue