1 Star 0 Fork 0

cliff/git-cola

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 803 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Aguilar 提交于 2020-01-04 17:08 . travis: run tests using tox
[tox]
minversion = 1.8
envlist = py{27,34,35,36,37}
[testenv]
sitepackages = true
deps =
-rrequirements/requirements.txt
-rrequirements/requirements-dev.txt
whitelist_externals =
make
commands =
make test {posargs}
make flake8 {posargs}
[testenv:pylint2]
basepython = python2.7
sitepackages = true
deps = {[testenv]deps}
whitelist_externals =
make
commands =
make pylint {posargs}
make pylint3k {posargs}
[testenv:pylint36]
basepython = python3.6
sitepackages = true
deps = {[testenv]deps}
whitelist_externals =
make
commands =
make pylint {posargs}
make pylint3k {posargs}
[testenv:pylint37]
basepython = python3.7
sitepackages = true
deps = {[testenv]deps}
whitelist_externals =
make
commands =
make pylint {posargs}
make pylint3k {posargs}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cliffz/git-cola.git
git@gitee.com:cliffz/git-cola.git
cliffz
git-cola
git-cola
main

搜索帮助