Browse Source

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

Fabian Peter Hammerle 3 years ago
parent
commit
1460ea0d09
1 changed files with 1 additions and 5 deletions
  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