Explorar el Código

[travis] Add python 3.7 build

Sergey M․ hace 7 años
padre
commit
bd2d553c7b
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      .travis.yml

+ 6 - 0
.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