1 Star 0 Fork 0

liugang/pyecharts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈键冬 提交于 2019-04-13 23:53 . Update: remove unused make.bat
environment:
matrix:
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6"
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7"
install:
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- cd test
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
build: off
test_script:
- "%PYTHON%/Scripts/nosetests --with-coverage --cover-package pyecharts --cover-package test && cd .. && %PYTHON%/Scripts/flake8 --exclude build --max-line-length 89 --ignore=F401"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liugang7/pyecharts.git
git@gitee.com:liugang7/pyecharts.git
liugang7
pyecharts
pyecharts
master

搜索帮助