[Fix] fixed import error
This commit is contained in:
parent
a6867e43d7
commit
9a8911d952
@ -22,7 +22,7 @@ matrix:
|
|||||||
- bash ./install.sh
|
- bash ./install.sh
|
||||||
script:
|
script:
|
||||||
# todo: use python unittest
|
# todo: use python unittest
|
||||||
- python -c "import vnpy.api.ctp.vnctp; import vnpy.api.oes.vnoes; exit(0);"
|
- mkdir run; cd run; python -c "import vnpy.api.ctp.vnctp; import vnpy.api.oes.vnoes; exit(0);"
|
||||||
|
|
||||||
|
|
||||||
- name: "code quality analysis: flake8"
|
- name: "code quality analysis: flake8"
|
||||||
|
Loading…
Reference in New Issue
Block a user