projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af60e81
)
[travis] Add python 3.7 build
author
Sergey M․
<dstftw@gmail.com>
Wed, 21 Nov 2018 19:01:22 +0000
(
02:01
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 21 Nov 2018 19:01:39 +0000
(
02:01
+0700)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 92f326860f660fa67a79b31385c6b481dd8276c5..1ea640071e585c59d84e68962e278d52c8d9b670 100644
(file)
--- 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