11 Star 30 Fork 0

Gitee 极速下载/django-lb-workflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vicalloy/django-lb-workflow
克隆/下载
tox.ini 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
vicalloy 提交于 2020-03-21 09:01 +08:00 . add django3.0 support and remove django1.x support
[tox]
envlist =
py{35,36,37,38}-django{2x,30,_trunk},
flake8,isort
skipsdist = True
[testenv]
commands =
python runtests.py bower_install
coverage run {toxinidir}/runtests.py
deps =
django2x: django>=2.0,<3
django30: Django>=3.0,<3.1
django_trunk: https://github.com/django/django/tarball/master
coverage
-rrequirements/requirements.txt
-rrequirements/requirements-optionals.txt
[testenv:flake8]
basepython = python
skip_install=true
deps = flake8==3.7.9
commands= flake8 {toxinidir}
[testenv:isort]
basepython = python
deps = isort
commands = isort --check-only --recursive lbworkflow
[testenv:docs]
basepython = python
deps = sphinx
changedir = docs
commands = sphinx-build -b html . _build/html
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/django-lb-workflow.git
git@gitee.com:mirrors/django-lb-workflow.git
mirrors
django-lb-workflow
django-lb-workflow
master

搜索帮助