youtube-dl/.travis.yml

23 lines
361 B
YAML
Raw Normal View History

2012-10-15 17:37:33 +09:00
language: python
python:
- "2.6"
- "2.7"
2015-03-06 18:44:24 +09:00
- "3.2"
- "3.3"
2014-05-12 12:13:22 +09:00
- "3.4"
2015-09-26 05:34:02 +09:00
- "3.5"
2017-02-05 04:41:22 +09:00
- "3.6"
sudo: false
env:
- YTDL_TEST_SET=core
- YTDL_TEST_SET=download
matrix:
fast_finish: true
allow_failures:
- env: YTDL_TEST_SET=download
script: ./devscripts/run_tests.sh
notifications:
email:
- filippo.valsorda@gmail.com
- yasoob.khld@gmail.com