1 Star 0 Fork 0

stoneqp/django-bootstrap3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Dylan Verheul 提交于 2020-10-31 08:33 . Switch CI to GitHub Actions (#495)
[tox]
isolated_build = true
envlist =
lint
{py36}-{django22,django30,django31,djangomaster}
{py37}-{django22,django30,django31,djangomaster}
{py38}-{django30,django31,djangomaster}
{py39}-{django30,django31,djangomaster}
docs
[testenv]
setenv =
PYTHONWARNINGS=all
whitelist_externals =
make
poetry
commands =
poetry install -v
poetry run coverage run --parallel-mode --source bootstrap3 manage.py test -v1 --noinput
deps =
django22: Django==2.2.*
django30: Django==3.0.*
django31: Django==3.1.*
djangomaster: https://github.com/django/django/archive/master.tar.gz
[testenv:lint]
commands =
poetry install -v
poetry run make lint
[testenv:docs]
commands =
poetry install -v --no-dev --extras docs
poetry run make docs
[flake8]
# flake8 does not support pyproject.toml, so we use tox.ini
# E731 do not assign a lambda expression
# W503 line break before binary operator (black introduces these)
# E203 whitespace before ':'
ignore = E731,W503,E203
exclude = .git,.tox,__pycache__
max-line-length = 120
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/stoneqp/django-bootstrap3.git
git@gitee.com:stoneqp/django-bootstrap3.git
stoneqp
django-bootstrap3
django-bootstrap3
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385