debian-django-filter/tox.ini

39 lines
1.2 KiB
INI
Raw Permalink Normal View History

2015-05-16 21:03:23 +02:00
[tox]
envlist =
{py27,py33,py34,py35}-django18-restframework{34,35},
{py27,py34,py35}-django{19,110}-restframework{34,35},
{py27,py34,py35}-djangolatest-restframeworklatest,
warnings
2015-09-03 14:18:52 +02:00
2015-05-16 21:03:23 +02:00
[testenv]
commands = coverage run --source django_filters ./runtests.py {posargs}
2015-05-16 21:03:23 +02:00
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
2015-09-03 14:18:52 +02:00
django18: django>=1.8.0,<1.9.0
2016-02-05 17:45:38 +01:00
django19: django>=1.9.0,<1.10.0
2016-08-03 15:30:41 +02:00
django110: django>=1.10.0,<1.11.0
djangolatest: https://github.com/django/django/archive/master.tar.gz
2016-09-20 21:15:15 +02:00
restframework34: djangorestframework>=3.4,<3.5
restframework35: djangorestframework>=3.5,<3.6
restframeworklatest: https://github.com/tomchristie/django-rest-framework/archive/master.tar.gz
2016-09-20 21:15:15 +02:00
-rrequirements/test-ci.txt
[testenv:py27-djangolatest-restframeworklatest]
ignore_outcome = True
[testenv:py34-djangolatest-restframeworklatest]
ignore_outcome = True
[testenv:py35-djangolatest-restframeworklatest]
ignore_outcome = True
[testenv:warnings]
ignore_outcome = True
commands = python -Werror ./runtests.py {posargs}
deps =
https://github.com/django/django/archive/master.tar.gz
https://github.com/tomchristie/django-rest-framework/archive/master.tar.gz
-rrequirements/test-ci.txt