summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-11-22 02:01:22 +0700
committerSergey M․ <dstftw@gmail.com>2018-11-22 02:01:39 +0700
commitbd2d553c7b1529f793c2b7343c514a558543fc0d (patch)
tree14018a29b15bbb87a298ba8ba764a91fef9edfe6 /.travis.yml
parentaf60e81e3c557ace943aab35c1364d3d03d5a3bf (diff)
downloadyoutube-dl-bd2d553c7b1529f793c2b7343c514a558543fc0d.tar.gz
youtube-dl-bd2d553c7b1529f793c2b7343c514a558543fc0d.tar.xz
youtube-dl-bd2d553c7b1529f793c2b7343c514a558543fc0d.zip
[travis] Add python 3.7 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 92f326860..1ea640071 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,12 @@ env:
   - YTDL_TEST_SET=download
 matrix:
   include:
+    - python: 3.7
+      dist: xenial
+      env: YTDL_TEST_SET=core
+    - python: 3.7
+      dist: xenial
+      env: YTDL_TEST_SET=download
     - env: JYTHON=true; YTDL_TEST_SET=core
     - env: JYTHON=true; YTDL_TEST_SET=download
   fast_finish: true