diff options
| author | Sergey M․ <dstftw@gmail.com> | 2019-11-16 07:47:23 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2019-11-16 07:47:23 +0700 | 
| commit | 6c79785bb0c96d6fc22d942946196f0842d70a93 (patch) | |
| tree | a91e0f4ec51238a41e46398f714e023c5abf0104 | |
| parent | 7360c06facfd96ee603ad4fc27f5903d3f8f6694 (diff) | |
[travis] Add python 3.8 build
| -rw-r--r-- | .travis.yml | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6d16c2955..14d95fa84 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 +      dist: xenial +      env: YTDL_TEST_SET=core +    - python: 3.8 +      dist: xenial +      env: YTDL_TEST_SET=download      - python: 3.8-dev        dist: xenial        env: YTDL_TEST_SET=core  | 
