]> jfr.im git - yt-dlp.git/blame_incremental - .travis.yml
[skip travis] adding automerge support
[yt-dlp.git] / .travis.yml
... / ...
CommitLineData
1language: python
2python:
3 - "2.6"
4 - "2.7"
5 - "3.2"
6 - "3.3"
7 - "3.4"
8 - "3.5"
9 - "3.6"
10 - "pypy"
11 - "pypy3"
12dist: trusty
13env:
14 - YTDL_TEST_SET=core
15jobs:
16 include:
17 - python: 3.7
18 dist: xenial
19 env: YTDL_TEST_SET=core
20 - python: 3.8
21 dist: xenial
22 env: YTDL_TEST_SET=core
23 - python: 3.8-dev
24 dist: xenial
25 env: YTDL_TEST_SET=core
26 - env: JYTHON=true; YTDL_TEST_SET=core
27 - name: flake8
28 python: 3.8
29 dist: xenial
30 install: pip install flake8
31 script: flake8 .
32 fast_finish: true
33 allow_failures:
34 - env: YTDL_TEST_SET=download
35 - env: JYTHON=true; YTDL_TEST_SET=core
36before_install:
37 - if [ "$JYTHON" == "true" ]; then ./devscripts/install_jython.sh; export PATH="$HOME/jython/bin:$PATH"; fi
38before_script:
39 - rm -rf /youtube_dlc/*
40 - cp /youtube_dl/* /youtube_dlc
41script: ./devscripts/run_tests.sh