]> jfr.im git - yt-dlp.git/blob - .travis.yml
[openload] Fix extraction (closes #15118)
[yt-dlp.git] / .travis.yml
1 language: python
2 python:
3 - "2.6"
4 - "2.7"
5 - "3.2"
6 - "3.3"
7 - "3.4"
8 - "3.5"
9 - "3.6"
10 sudo: false
11 env:
12 - YTDL_TEST_SET=core
13 - YTDL_TEST_SET=download
14 matrix:
15 fast_finish: true
16 allow_failures:
17 - env: YTDL_TEST_SET=download
18 script: ./devscripts/run_tests.sh
19 notifications:
20 email:
21 - filippo.valsorda@gmail.com
22 - yasoob.khld@gmail.com