1 Star 0 Fork 0

好雨科技/market-api-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
曾庆国 提交于 2019-09-26 21:51 . 0.0.4
# ref: https://docs.travis-ci.com/user/languages/python
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
#- "3.5-dev" # 3.5 development branch
#- "nightly" # points to the latest development branch e.g. 3.6-dev
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/rainbond/market-api-python.git
git@gitee.com:rainbond/market-api-python.git
rainbond
market-api-python
market-api-python
master

搜索帮助