[Fix] try fix
This commit is contained in:
parent
6777ce0bbe
commit
e9e57095d0
@ -21,6 +21,7 @@ matrix:
|
|||||||
|
|
||||||
- name: "pip install under Windows"
|
- name: "pip install under Windows"
|
||||||
os: "windows"
|
os: "windows"
|
||||||
|
# language : cpp is necessary for windows
|
||||||
language: "cpp"
|
language: "cpp"
|
||||||
env:
|
env:
|
||||||
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
||||||
@ -63,6 +64,8 @@ matrix:
|
|||||||
|
|
||||||
- name: "sdist install under Windows"
|
- name: "sdist install under Windows"
|
||||||
os: "windows"
|
os: "windows"
|
||||||
|
# language : cpp is necessary for windows
|
||||||
|
language: "cpp"
|
||||||
env:
|
env:
|
||||||
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
|
||||||
before_install:
|
before_install:
|
||||||
@ -96,5 +99,6 @@ matrix:
|
|||||||
- sudo make install
|
- sudo make install
|
||||||
- popd
|
- popd
|
||||||
- pip install numpy
|
- pip install numpy
|
||||||
|
- pip install https://pip.vnpy.com/colletion/ibapi-9.75.1-001-py3-none-any.whl
|
||||||
- python setup.py sdist
|
- python setup.py sdist
|
||||||
- pip install dist/`ls dist`
|
- pip install dist/`ls dist`
|
||||||
|
Loading…
Reference in New Issue
Block a user