[Fix] fixed import error

This commit is contained in:
nanoric 2019-03-19 06:12:47 -04:00
parent a6867e43d7
commit 9a8911d952

View File

@ -22,7 +22,7 @@ matrix:
- bash ./install.sh
script:
# 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"