diff options
| author | Sergey M․ <dstftw@gmail.com> | 2018-11-22 02:34:35 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2018-11-22 02:34:35 +0700 | 
| commit | 305ce767d586e8796d873270abf771e69ff5586c (patch) | |
| tree | 2ac178110d7552c4de157b291445a2444b1f5e27 | |
| parent | 157eef3e635230cbba0dd0c74f7115029867533e (diff) | |
[travis] Add python 3.8-dev build
| -rw-r--r-- | .travis.yml | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1ea640071..79287ccf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,12 @@ matrix:      - python: 3.7        dist: xenial        env: YTDL_TEST_SET=download +    - python: 3.8-dev +      dist: xenial +      env: YTDL_TEST_SET=core +    - python: 3.8-dev +      dist: xenial +      env: YTDL_TEST_SET=download      - env: JYTHON=true; YTDL_TEST_SET=core      - env: JYTHON=true; YTDL_TEST_SET=download    fast_finish: true  | 
