From 6beeecbd0e5fd015ddd6b8f28cfbe2041b880e44 Mon Sep 17 00:00:00 2001 From: Felix Divo Date: Tue, 11 Jun 2019 14:43:33 +0200 Subject: [PATCH] Remove OSX + Python 3.7 & nightly It is unsupported and causes problems. See [here](https://github.com/hardbyte/python-can/pull/554#issuecomment-500453610). --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50909340f..2eca95d6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,14 +63,6 @@ jobs: os: osx osx_image: xcode8.3 python: 3.6-dev - - stage: test - os: osx - osx_image: xcode8.3 - python: 3.7-dev - - stage: test - os: osx - osx_image: xcode8.3 - python: nightly - stage: documentation name: "Sphinx Build"