#55 Adding Django 1.6 to tox coverage matrix.

This commit is contained in:
Evan Culver 2013-12-18 09:15:26 -08:00
parent 5d6259e33a
commit bc90f37620
1 changed files with 10 additions and 0 deletions

10
tox.ini
View File

@ -14,6 +14,11 @@ basepython = python2.7
deps = https://github.com/django/django/zipball/master
{[testenv]deps}
[testenv:py2.7-django1.6]
basepython = python2.7
deps = django>=1.6,<1.7
{[testenv]deps}
[testenv:py2.7-django1.5]
basepython = python2.7
deps = django>=1.5,<1.6
@ -34,6 +39,11 @@ basepython = python2.6
deps = https://github.com/django/django/zipball/master
{[testenv]deps}
[testenv:py2.6-django1.6]
basepython = python2.6
deps = django>=1.6,<1.7
{[testenv]deps}
[testenv:py2.6-django1.5]
basepython = python2.6
deps = django>=1.5,<1.6