2 Star 3 Fork 6

jasongwq/GoodGoodName

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 777 Bytes
一键复制 编辑 原始数据 按行查看 历史
廖浩杰 提交于 2019-02-04 10:59 . 测试
[tox]
envlist = py36,coverage-report
skipsdist = True
indexserver =
default = https://pypi.doubanio.com/simple
[testenv]
# Prevent random setuptools/pip breakages like
# https://github.com/pypa/setuptools/issues/1042 from breaking our builds.
install_command =
pip install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com {opts} {packages}
setenv =
VIRTUALENV_NO_DOWNLOAD=1
deps=
-r{toxinidir}/requirements.txt
-r{toxinidir}/dev-requirements.txt
commands = python -m pytest {posargs}
[testenv:py36]
deps=
-r{toxinidir}/requirements.txt
-r{toxinidir}/dev-requirements.txt
commands = coverage run --parallel -m pytest {posargs}
[testenv:coverage-report]
skip_install = true
commands=
coverage combine
coverage report
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jasongwq/GoodGoodName.git
git@gitee.com:jasongwq/GoodGoodName.git
jasongwq
GoodGoodName
GoodGoodName
master

搜索帮助