1 Star 0 Fork 0

天涯明月笙 / django-filter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mariusz Felisiak 提交于 2017-12-04 08:45 . Added Django 2.0 support. (#836)
[tox]
envlist =
{py27,py34,py35,py36}-django111,
{py34,py35,py36}-django20,
{py35,py36}-latest,
isort, warnings,
[latest]
deps =
https://github.com/django/django/archive/master.tar.gz
https://github.com/tomchristie/django-rest-framework/archive/master.tar.gz
[testenv]
commands = coverage run --parallel-mode --source django_filters ./runtests.py {posargs}
ignore_outcome =
latest: True
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
django111: django>=1.11.0,<2.0
django20: django>=2.0,<2.1
djangorestframework>=3.7,<3.8
latest: {[latest]deps}
-rrequirements/test-ci.txt
[testenv:isort]
commands = isort --check-only --recursive django_filters tests {posargs}
deps = isort
[testenv:warnings]
ignore_outcome = True
unignore_outcomes = True
commands = python -Werror ./runtests.py {posargs}
deps =
{[latest]deps}
-rrequirements/test-ci.txt
Python
1
https://gitee.com/mtianyan/django-filter.git
git@gitee.com:mtianyan/django-filter.git
mtianyan
django-filter
django-filter
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891