From 81ce8116b5ae9229a479fdf346ae453384c17327 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 9 Nov 2019 20:18:39 +0100 Subject: [PATCH] Remove macos python2 on travis-ci Testing with python2 is already done on circle-ci --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ddfbf0c..7edc02c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,6 @@ matrix: services: docker env: PYTHON=python - # macOS Python 2 - - os: osx - env: PYTHON=python2 - # macOS Python 3 - os: osx env: PYTHON=python3