Merge pull request #257 from bmihelac/tox-django1.4

Tox django1.4
This commit is contained in:
Jannis Leidel
2012-05-08 07:53:36 -07:00
2 changed files with 5 additions and 3 deletions

View File

@@ -39,3 +39,5 @@ JENKINS_TASKS = (
'django_jenkins.tasks.with_coverage',
'django_jenkins.tasks.django_tests',
)
SECRET_KEY = "iufoj=mibkpdz*%bob952x(%49rqgv8gg45k36kjcg76&-y5=!"

View File

@@ -48,16 +48,16 @@ deps =
basepython = python2.5
deps =
{deps$base}
https://github.com/django/django/zipball/master
Django==1.4
[testenv:py26-1.4.X]
basepython = python2.6
deps =
{deps$base}
https://github.com/django/django/zipball/master
Django==1.4
[testenv:py27-1.4.X]
basepython = python2.7
deps =
{deps$base}
https://github.com/django/django/zipball/master
Django==1.4