mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
31 lines
712 B
INI
31 lines
712 B
INI
[tox]
|
|
downloadcache = {toxworkdir}/cache/
|
|
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
|
|
|
|
[testenv]
|
|
commands = {envpython} rest_framework/runtests/runtests.py
|
|
|
|
[testenv:py2.7-django1.5]
|
|
basepython = python2.7
|
|
deps = https://github.com/django/django/zipball/master
|
|
|
|
[testenv:py2.7-django1.4]
|
|
basepython = python2.7
|
|
deps = django==1.4.1
|
|
|
|
[testenv:py2.7-django1.3]
|
|
basepython = python2.7
|
|
deps = django==1.3.3
|
|
|
|
[testenv:py2.6-django1.5]
|
|
basepython = python2.6
|
|
deps = https://github.com/django/django/zipball/master
|
|
|
|
[testenv:py2.6-django1.4]
|
|
basepython = python2.6
|
|
deps = django==1.4.1
|
|
|
|
[testenv:py2.6-django1.3]
|
|
basepython = python2.6
|
|
deps = django==1.3.3
|