From 94f5e1824a10d95fc2b33e0ff6788c6144fd1bc9 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 2 Nov 2020 23:28:58 +0100 Subject: [PATCH] reduce testing on travis, no macOS, no py3x-dev, see #5467 - kill the macOS builds, way too expensive (and problematic anyway) - kill the builds on python development versions, can't afford any more --- .travis.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b9f12ee1..38213694a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ matrix: os: linux dist: focal env: TOXENV=py38 - - python: "3.9-dev" + - python: "3.9" os: linux dist: focal env: TOXENV=py39 @@ -31,16 +31,6 @@ matrix: os: linux dist: focal env: TOXENV=flake8 - - language: generic - os: osx - osx_image: xcode8.3 # This is the latest working xcode image with osxfuse compatibility; later images come with an OS X version which doesn't allow kernel extensions - env: TOXENV=py35 - - language: generic - os: osx - osx_image: xcode11.3 - env: TOXENV=py37 SKIPFUSE=true - allow_failures: - - os: osx # OS X builds often take too long and time out, even though tests don't actually fail before_install: # Abort installation and don't run tests for pull requests if commit only changed the docs - |