加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tox]
envlist = py{27,34,35,36,37,38}
[testenv]
basepython =
py27: python2.7
py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7
py38: python3.8
deps =
check-manifest
readme_renderer
nose
pycodestyle
pydocstyle
isort
commands =
check-manifest {toxinidir}
python setup.py check -m -r -s
nosetests
pycodestyle
pydocstyle
isort
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化