From 87e92566f5856c0129a93b82f6dc38661e312f7d Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sun, 26 Apr 2020 16:25:16 +0300 Subject: [PATCH] try testing with python3.7 on macOS on Travis --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8f1246d..a0f426f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,19 @@ matrix: - pip3 install ".[test]" script: python3 -m pytest after_success: python3 -m codecov + - name: "Python 3.8.0 on macOS 10.14" + os: osx + osx_image: xcode11.3 # Python 3.7.3 running on macOS 10.14.3 + language: shell # 'language: python' is an error on Travis CI macOS + before_install: + - python3 --version + - pip3 install -U pip + - pip3 install -U pytest + - pip3 install codecov + install: + - pip3 install ".[test]" + script: python3 -m pytest + after_success: python3 -m codecov # ====== WINDOWS ========= - name: "Python 3.5.4 on Windows" os: windows # Windows 10.0.17134 N/A Build 17134