1 Star 0 Fork 0

Rukit/scrapyd-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tox]
envlist = py27,py34,py35,py36,flake8
[testenv]
deps=
pytest
pytest-console-scripts
pytest-mock
commands =
pytest {posargs:tests}
[testenv:flake8]
deps = flake8
commands = flake8 scrapyd_client tests setup.py
[flake8]
max-line-length = 100
[pytest]
mock_use_standalone_module = true
[travis]
python =
2.7: py27
3.4: py34
3.5: py35
3.6: py36,flake8
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rukit/scrapyd-client.git
git@gitee.com:rukit/scrapyd-client.git
rukit
scrapyd-client
scrapyd-client
master

搜索帮助