2012-09-25 15:21:05 +04:00
|
|
|
[tox]
|
|
|
|
downloadcache = {toxworkdir}/cache/
|
2012-09-27 16:01:49 +04:00
|
|
|
envlist = py2.7-django1.5,py2.7-django1.4,py2.7-django1.3,py2.6-django1.5,py2.6-django1.4,py2.6-django1.3
|
2012-09-25 15:21:05 +04:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
commands = {envpython} rest_framework/runtests/runtests.py
|
|
|
|
|
2012-09-27 16:01:49 +04:00
|
|
|
[testenv:py2.7-django1.5]
|
|
|
|
basepython = python2.7
|
|
|
|
deps = https://github.com/django/django/zipball/master
|
|
|
|
|
|
|
|
[testenv:py2.7-django1.4]
|
|
|
|
basepython = python2.7
|
2012-09-28 17:53:22 +04:00
|
|
|
deps = django==1.4.1
|
2012-09-27 16:01:49 +04:00
|
|
|
|
|
|
|
[testenv:py2.7-django1.3]
|
|
|
|
basepython = python2.7
|
2012-09-28 17:53:22 +04:00
|
|
|
deps = django==1.3.3
|
2012-09-27 16:01:49 +04:00
|
|
|
|
|
|
|
[testenv:py2.6-django1.5]
|
2012-09-25 15:21:05 +04:00
|
|
|
basepython = python2.6
|
|
|
|
deps = https://github.com/django/django/zipball/master
|
|
|
|
|
2012-09-27 16:01:49 +04:00
|
|
|
[testenv:py2.6-django1.4]
|
2012-09-25 15:21:05 +04:00
|
|
|
basepython = python2.6
|
2012-09-28 17:53:22 +04:00
|
|
|
deps = django==1.4.1
|
2012-09-25 15:21:05 +04:00
|
|
|
|
2012-09-27 16:01:49 +04:00
|
|
|
[testenv:py2.6-django1.3]
|
2012-09-25 15:21:05 +04:00
|
|
|
basepython = python2.6
|
2012-09-28 17:53:22 +04:00
|
|
|
deps = django==1.3.3
|