diff options
author | Chris Church <chris@ninemoreminutes.com> | 2013-08-28 05:20:47 +0200 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2013-08-28 05:20:47 +0200 |
commit | 8d16485f7fd44c80d85c56abd263fda39f4eb83d (patch) | |
tree | 47ea01cd1e9f6c11795fb1ae6d18609ae626625c /tox.ini | |
parent | AC-369 Inventories->Hosts page now uses the /api/vi/inventories/N/trees to lo... (diff) | |
download | awx-8d16485f7fd44c80d85c56abd263fda39f4eb83d.tar.xz awx-8d16485f7fd44c80d85c56abd263fda39f4eb83d.zip |
Updated third-party requirements to latest versions.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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} |