1 Star 0 Fork 0

吴天杰/django-babel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tox]
envlist = py{35,36}-djangomaster, py{27,34,35,36}-django{18,111,20}, lint, docs
[testenv]
deps =
coverage
pytest
pytest-cov
pytest-django
python-coveralls
django18: Django>=1.8,<1.9
django111: Django>=1.11,<2.0
django20: Django>=2.0,<2.1
djangomaster: https://github.com/django/django/archive/master.tar.gz#egg=Django
commands = py.test {posargs}
[testenv:docs]
deps = sphinx
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/_build/html
sphinx-build -W -b linkcheck docs {envtmpdir}/_build/html
[testenv:lint]
deps =
flake8==3.3.0
commands=flake8 django_babel tests
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wtanie/django-babel.git
git@gitee.com:wtanie/django-babel.git
wtanie
django-babel
django-babel
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385