Explorar el Código

travis: disable some redundant tests to speed up pipeline (python>=3.5 in github workflow)

Fabian Peter Hammerle hace 4 años
padre
commit
1460ea0d09
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      .travis.yml

+ 1 - 5
.travis.yml

@@ -1,14 +1,10 @@
 language: python
 language: python
 
 
+# python>=3.5 in .github/workflows/python.yml
 python:
 python:
 - 3.4
 - 3.4
 - 3.5
 - 3.5
 - 3.6
 - 3.6
-- 3.6-dev
-- 3.7
-- 3.7-dev
-- 3.8
-- 3.8-dev
 
 
 # required for python >= 3.7
 # required for python >= 3.7
 dist: xenial
 dist: xenial