diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-11-22 02:01:22 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-11-22 02:01:39 +0700 |
commit | bd2d553c7b1529f793c2b7343c514a558543fc0d (patch) | |
tree | 14018a29b15bbb87a298ba8ba764a91fef9edfe6 | |
parent | af60e81e3c557ace943aab35c1364d3d03d5a3bf (diff) |
[travis] Add python 3.7 build
-rw-r--r-- | .travis.yml | 6 |
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 |