1 Star 0 Fork 0

刘胜胜/Python Echarts Plotting Library

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github
docs
images
pyecharts
test
.gitignore
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.md
appveyor.yml
format_code.bat
format_code.sh
make.bat
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
test.sh
克隆/下载
appveyor.yml 673 Bytes
一键复制 编辑 原始数据 按行查看 历史
environment:
matrix:
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5"
- 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"
- "%PYTHON%\\python.exe -m pip install mock"
build: off
test_script:
"%PYTHON%/Scripts/nosetests --with-coverage --cover-package pyecharts --cover-package test && cd .. && %PYTHON%/Scripts/flake8 --exclude docs --builtins=unicode,xrange,long,basestring"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lss0306/Python-Echarts-Plotting-Library.git
git@gitee.com:lss0306/Python-Echarts-Plotting-Library.git
lss0306
Python-Echarts-Plotting-Library
Python Echarts Plotting Library
master

搜索帮助