Merge "Use the latest Django 1.4 release to test Horizon"

This commit is contained in:
Jenkins 2014-04-18 23:29:56 +00:00 committed by Gerrit Code Review
commit 0d94a5013b

View File

@ -28,7 +28,7 @@ commands = /bin/bash run_tests.sh -N --no-pep8 --coverage {posargs}
[testenv:py27dj14]
basepython = python2.7
commands = pip install django==1.4
commands = pip install django>=1.4,<1.5
/bin/bash run_tests.sh -N --no-pep8 {posargs}
[testenv:py27dj15]