debian-django-rest-framework/tox.ini

61 lines
1.6 KiB
INI
Raw Permalink Normal View History

[pytest]
addopts=--tb=short
2012-09-25 13:21:05 +02:00
[tox]
2014-05-16 00:50:16 +02:00
envlist =
2015-06-25 22:58:24 +02:00
py27-{lint,docs},
{py27,py32,py33,py34}-django{17,18},
2015-09-28 12:44:07 +02:00
{py27,py34,py35}-django{19}
2012-09-25 13:21:05 +02:00
[testenv]
basepython =
py27: python2.7
py32: python3.2
py33: python3.3
py34: python3.4
py35: python3.5
2015-07-30 05:45:23 +02:00
commands = ./runtests.py --fast {posargs} --coverage
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
2015-10-20 11:53:45 +02:00
django17: Django==1.7.10
django18: Django==1.8.4
django19: https://www.djangoproject.com/download/1.9b1/tarball/
2015-09-28 12:44:07 +02:00
-rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt
2013-02-01 15:03:28 +01:00
2015-06-25 22:58:24 +02:00
[testenv:py27-lint]
commands = ./runtests.py --lintonly
deps =
2015-09-28 12:44:07 +02:00
-rrequirements/requirements-codestyle.txt
-rrequirements/requirements-testing.txt
2012-09-25 13:21:05 +02:00
2014-10-22 22:22:16 +02:00
[testenv:py27-docs]
2015-06-25 22:58:24 +02:00
commands = mkdocs build
2014-10-22 22:22:16 +02:00
deps =
-rrequirements/requirements-testing.txt
-rrequirements/requirements-documentation.txt
2015-09-28 12:44:07 +02:00
# Specify explicitly to exclude Django Guardian against Django 1.9
[testenv:py27-django19]
deps =
2015-10-20 11:53:45 +02:00
https://www.djangoproject.com/download/1.9b1/tarball/
2015-09-28 12:44:07 +02:00
-rrequirements/requirements-testing.txt
markdown==2.5.2
django-filter==0.10.0
2015-09-28 12:44:07 +02:00
[testenv:py34-django19]
deps =
2015-10-20 11:53:45 +02:00
https://www.djangoproject.com/download/1.9b1/tarball/
2015-09-28 12:44:07 +02:00
-rrequirements/requirements-testing.txt
markdown==2.5.2
django-filter==0.10.0
2015-09-28 12:44:07 +02:00
[testenv:py35-django19]
deps =
2015-10-20 11:53:45 +02:00
https://www.djangoproject.com/download/1.9b1/tarball/
2015-09-28 12:44:07 +02:00
-rrequirements/requirements-testing.txt
markdown==2.5.2
django-filter==0.10.0