]> jfr.im git - yt-dlp.git/blame - .travis.yml.disabled
Preparing for release
[yt-dlp.git] / .travis.yml.disabled
CommitLineData
aeeb29a3 1language: python
aeeb29a3 2python:
3 - "2.6"
4 - "2.7"
7feddd9f 5 - "3.2"
69a38831 6 - "3.3"
fdb205b1 7 - "3.4"
08bea4ad 8 - "3.5"
49bd8d5e 9 - "3.6"
54009c24
S
10 - "pypy"
11 - "pypy3"
afd4985f 12dist: trusty
1e2c3f61
S
13env:
14 - YTDL_TEST_SET=core
14bb1916 15jobs:
7a6c204f 16 include:
bd2d553c
S
17 - python: 3.7
18 dist: xenial
19 env: YTDL_TEST_SET=core
6c79785b
S
20 - python: 3.8
21 dist: xenial
22 env: YTDL_TEST_SET=core
305ce767
S
23 - python: 3.8-dev
24 dist: xenial
25 env: YTDL_TEST_SET=core
7a6c204f 26 - env: JYTHON=true; YTDL_TEST_SET=core
14bb1916 27 - name: flake8
28 python: 3.8
29 dist: xenial
30 install: pip install flake8
31 script: flake8 .
9a9de2d7
S
32 fast_finish: true
33 allow_failures:
34 - env: YTDL_TEST_SET=download
7a6c204f 35 - env: JYTHON=true; YTDL_TEST_SET=core
7a6c204f
S
36before_install:
37 - if [ "$JYTHON" == "true" ]; then ./devscripts/install_jython.sh; export PATH="$HOME/jython/bin:$PATH"; fi
1e2c3f61 38script: ./devscripts/run_tests.sh