summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-11-22 02:34:35 +0700
committerSergey M․ <dstftw@gmail.com>2018-11-22 02:34:35 +0700
commit305ce767d586e8796d873270abf771e69ff5586c (patch)
tree2ac178110d7552c4de157b291445a2444b1f5e27 /.travis.yml
parent157eef3e635230cbba0dd0c74f7115029867533e (diff)
[travis] Add python 3.8-dev build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
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