Updated third-party requirements to latest versions.

This commit is contained in:
Chris Church
2013-08-27 23:20:47 -04:00
parent 415fbc5362
commit 8d16485f7f
205 changed files with 2878 additions and 2374 deletions

10
tox.ini
View File

@@ -5,7 +5,7 @@ envlist =
[testenv]
commands = python manage.py test main
deps =
ansible==1.2
ansible==1.2.3
PyYAML
setenv =
DJANGO_SETTINGS_MODULE = awx.settings.development
@@ -16,23 +16,23 @@ downloadcache = {toxworkdir}/cache
[testenv:py26-dj14]
basepython = python2.6
deps =
Django==1.4.5
Django==1.4.6
{[testenv]deps}
[testenv:py27-dj14]
basepython = python2.7
deps =
Django==1.4.5
Django==1.4.6
{[testenv]deps}
[testenv:py26-dj15]
basepython = python2.6
deps =
Django==1.5.1
Django==1.5.2
{[testenv]deps}
[testenv:py27-dj15]
basepython = python2.7
deps =
Django==1.5.1
Django==1.5.2
{[testenv]deps}