From e9e57095d078e1da3cf1cc8944ba766a3fc901c2 Mon Sep 17 00:00:00 2001 From: nanoric Date: Fri, 29 Mar 2019 06:13:38 -0400 Subject: [PATCH] [Fix] try fix --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5d13460d..d412e7a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ matrix: - name: "pip install under Windows" os: "windows" + # language : cpp is necessary for windows language: "cpp" env: - PATH=/c/Python37:/c/Python37/Scripts:$PATH @@ -63,6 +64,8 @@ matrix: - name: "sdist install under Windows" os: "windows" + # language : cpp is necessary for windows + language: "cpp" env: - PATH=/c/Python37:/c/Python37/Scripts:$PATH before_install: @@ -96,5 +99,6 @@ matrix: - sudo make install - popd - pip install numpy + - pip install https://pip.vnpy.com/colletion/ibapi-9.75.1-001-py3-none-any.whl - python setup.py sdist - pip install dist/`ls dist`