Commit d68684e2 by Tom Christie

Added tox.ini

parent 064e1ba9
[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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment