4 Star 5 Fork 0

Allen Zhong/geemap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 287 Bytes
一键复制 编辑 原始数据 按行查看 历史
Qiusheng Wu 提交于 2020-03-08 11:25 . Initial commit
[tox]
envlist = py35, py36, py37, py38, flake8
[travis]
python =
3.8: py38
3.7: py37
3.6: py36
3.5: py35
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 geemap tests
[testenv]
setenv =
PYTHONPATH = {toxinidir}
commands = python setup.py test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/domic/geemap.git
[email protected]:domic/geemap.git
domic
geemap
geemap
master

搜索帮助