1
0
mirror of https://github.com/l1ving/youtube-dl synced 2024-10-03 17:07:21 +08:00
youtube-dl/.travis.yml

39 lines
888 B
YAML
Raw Normal View History

2012-10-15 16:37:33 +08:00
language: python
python:
- "2.6"
- "2.7"
2015-03-06 17:44:24 +08:00
- "3.2"
- "3.3"
2014-05-12 11:13:22 +08:00
- "3.4"
2015-09-26 04:34:02 +08:00
- "3.5"
2017-02-05 03:41:22 +08:00
- "3.6"
2018-01-01 22:54:28 +08:00
- "pypy"
- "pypy3"
env:
- YTDL_TEST_SET=core
- YTDL_TEST_SET=download
matrix:
2018-01-02 00:21:39 +08:00
include:
2018-11-22 03:01:22 +08:00
- python: 3.7
dist: xenial
env: YTDL_TEST_SET=core
- python: 3.7
dist: xenial
env: YTDL_TEST_SET=download
2018-11-22 03:34:35 +08:00
- python: 3.8-dev
dist: xenial
env: YTDL_TEST_SET=core
- python: 3.8-dev
dist: xenial
env: YTDL_TEST_SET=download
2018-01-02 00:21:39 +08:00
- env: JYTHON=true; YTDL_TEST_SET=core
- env: JYTHON=true; YTDL_TEST_SET=download
fast_finish: true
allow_failures:
- env: YTDL_TEST_SET=download
2018-01-02 00:21:39 +08:00
- env: JYTHON=true; YTDL_TEST_SET=core
- env: JYTHON=true; YTDL_TEST_SET=download
before_install:
- if [ "$JYTHON" == "true" ]; then ./devscripts/install_jython.sh; export PATH="$HOME/jython/bin:$PATH"; fi
script: ./devscripts/run_tests.sh