[Fix] travis.yml: fixed miss typed vnctp

This commit is contained in:
nanoric 2019-03-19 10:23:52 -04:00
parent 689d8fede1
commit 27d49b3604

View File

@ -44,7 +44,7 @@ matrix:
- bash ./install.sh
script:
# todo: use python unittest
- mkdir run; cd run; python -c "import vnpy.api.ctp.vnctp; import vnpy.api.oes.vnoes; exit(0);"
- mkdir run; cd run; python -c "import vnpy.api.ctp.vnctpmd; import vnpy.api.oes.vnoes; exit(0);"
- name: "pip install under Ubuntu: gcc-7"
before_install: