Parcourir la source

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

Fabian Peter Hammerle il y a 3 ans
Parent
commit
1460ea0d09
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1 5
      .travis.yml

+ 1 - 5
.travis.yml

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