Commit 7455f092 by Timothée Peignier

add more tests env

parent 5e6a6739
[tox] [tox]
envlist = py25,py26,py27,pypy,docs envlist =
downloadcache = .tox/_download/ py25-1.2.X, py26-1.2.X, py27-1.2.X,
py25-1.3.X, py26-1.3.X, py27-1.3.X,
py25, py26, py27, pypy, docs
[testenv] [testenv]
downloadcache = {toxworkdir}/_download/
setenv = setenv =
DJANGO_SETTINGS_MODULE = tests.settings
PYTHONPATH = {toxinidir} PYTHONPATH = {toxinidir}
commands = commands =
{envbindir}/django-admin.py test {posargs:tests} --settings=tests.settings {envbindir}/django-admin.py test {posargs:tests}
[testenv:py25-1.2.X]
basepython = python2.5
deps =
Django==1.2.4
mock
django-staticfiles
unittest2
[testenv:py26-1.2.X]
basepython = python2.6
deps =
Django==1.2.4
mock
django-staticfiles
unittest2
[testenv:py27-1.2.X]
basepython = python2.7
deps =
Django==1.2.4
mock
django-staticfiles
unittest2
[testenv:py25-1.3.X]
basepython = python2.5
deps = deps =
Django==1.3.1 Django==1.3.1
mock>=0.7.2 mock
django-staticfiles==1.1.2 django-staticfiles
unittest2==0.5.1 unittest2
[testenv:py26-1.3.X]
basepython = python2.6
deps =
Django==1.3.1
mock
django-staticfiles
unittest2
[testenv:py27-1.3.X]
basepython = python2.7
deps =
Django==1.3.1
mock
django-staticfiles
unittest2
[testenv:py25]
basepython = python2.5
deps =
https://github.com/django/django/zipball/master
mock
django-staticfiles
unittest2
[testenv:py26]
basepython = python2.6
deps =
https://github.com/django/django/zipball/master
mock
django-staticfiles
unittest2
[testenv:py27]
basepython = python2.7
deps =
https://github.com/django/django/zipball/master
mock
django-staticfiles
unittest2
[testenv:pypy]
basepython = pypy
deps =
https://github.com/django/django/zipball/master
mock
django-staticfiles
unittest2
[testenv:docs] [testenv:docs]
basepython=python basepython = python2.7
changedir = docs changedir = docs
deps = sphinx deps = sphinx
commands = commands =
......
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