diff options
| -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 | 
