1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00

[travis] fix env

This commit is contained in:
jnozsc 2020-01-13 09:19:49 -08:00
parent 5e97615a85
commit 0540617433

View File

@ -35,7 +35,9 @@ jobs:
env: YTDL_TEST_SET=download
- env: JYTHON=true; YTDL_TEST_SET=core
- env: JYTHON=true; YTDL_TEST_SET=download
- python: 3.8
- name: flake8
python: 3.8
dist: xenial
install: pip install flake8
script: flake8 .
fast_finish: true