From 38fb26fc250ce47ee6607c2435f799e1b7d0ad9e Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Mon, 15 Jul 2019 18:28:58 +0300 Subject: [PATCH] simplfying OSX 2.7 job --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e3d979..48cf63b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,7 @@ matrix: - name: "Python 2.7.14 on macOS 10.13" os: osx osx_image: xcode9.3 # Python 2.7.14_2 running on macOS 10.13 - language: shell # 'language: python' is an error on Travis CI macOS - # sudo: true + language: shell # 'language: python' errors on Travis CI macOS before_install: - python --version # - pip install -U pip @@ -26,8 +25,8 @@ matrix: - pip install codecov --user # - pip install pymongo --user install: pip install ".[test]" --user - script: python -m pytest - after_success: python -m codecov + # script: python -m pytest + # after_success: python -m codecov - name: "Python 3.6.5 on macOS 10.13" os: osx osx_image: xcode9.4 # Python 3.6.5 running on macOS 10.13