1 Star 0 Fork 0

往来 / Medusa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 306 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dario 提交于 2019-02-22 14:22 . Generic provider maintenance (#6217)
[tox]
skipsdist = true
envlist =
py{27,36}
lint
[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*
deps = codecov
commands =
python setup.py test -a "{posargs:tests} --cov=medusa"
codecov -e TOXENV -F backend_{envname}
[testenv:lint]
commands =
python setup.py test -a "medusa --flake8"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kymo/Medusa.git
git@gitee.com:kymo/Medusa.git
kymo
Medusa
Medusa
master

搜索帮助