From a2679d706dcd37a91968b306e46b063144be7343 Mon Sep 17 00:00:00 2001 From: nanoric Date: Sun, 14 Apr 2019 06:10:53 -0400 Subject: [PATCH] [Add] travis: add osx build --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6b4ba6e7..3ee3b4cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,6 +77,13 @@ matrix: - pip install https://pip.vnpy.com/colletion/ibapi-9.75.1-001-py3-none-any.whl - bash ./install.sh + - name: "pip install under osx" + language: shell # osx supports only shell + install: + - python -m pip install --upgrade pip wheel setuptools + - pip install https://pip.vnpy.com/colletion/ibapi-9.75.1-001-py3-none-any.whl + - bash ./install.sh + - name: "sdist install under Windows" os: "windows" # language : cpp is necessary for windows