Explorar o código

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

Fabian Peter Hammerle %!s(int64=5) %!d(string=hai) anos
pai
achega
1460ea0d09
Modificáronse 1 ficheiros con 1 adicións e 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