1 Star 0 Fork 0

edX/django-splash

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 860 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tox]
envlist = {py27,py36}-django{18,111}
[doc8]
max-line-length = 120
[pycodestyle]
exclude = .git,.tox,migrations
max-line-length = 120
[pytest]
DJANGO_SETTINGS_MODULE = test_settings
addopts = --cov splash --cov-report term-missing --cov-report xml
norecursedirs = .* docs requirements
[testenv]
deps =
django18: Django>=1.8,<1.9
django111: Django>=1.11,<2.0
-r{toxinidir}/requirements/test.txt
commands =
py.test {posargs}
[testenv:quality]
whitelist_externals =
make
rm
touch
deps =
-r{toxinidir}/requirements/quality.txt
-r{toxinidir}/requirements/test.txt
commands =
touch tests/__init__.py
pylint splash tests test_utils
pylint --py3k splash tests test_utils
rm tests/__init__.py
isort --check-only --recursive tests test_utils splash manage.py setup.py test_settings.py
make selfcheck
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/edx/django-splash.git
git@gitee.com:edx/django-splash.git
edx
django-splash
django-splash
master

搜索帮助