mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Added tox.ini
This commit is contained in:
parent
064e1ba91f
commit
d68684e26e
18
tox.ini
Normal file
18
tox.ini
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
[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
|
Loading…
Reference in New Issue
Block a user