mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
19 lines
447 B
INI
19 lines
447 B
INI
|
[tox]
|
||
|
downloadcache = {toxworkdir}/cache/
|
||
|
envlist = python2.6-django1.5,python2.6-django1.4,python2.6-django1.3
|
||
|
|
||
|
[testenv]
|
||
|
commands = {envpython} rest_framework/runtests/runtests.py
|
||
|
|
||
|
[testenv:python2.6-django1.5]
|
||
|
basepython = python2.6
|
||
|
deps = https://github.com/django/django/zipball/master
|
||
|
|
||
|
[testenv:python2.6-django1.4]
|
||
|
basepython = python2.6
|
||
|
deps = django>=1.4,<1.5
|
||
|
|
||
|
[testenv:python2.6-django1.3]
|
||
|
basepython = python2.6
|
||
|
deps = django>=1.3,<1.4
|