summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorChris Church <chris@ninemoreminutes.com>2013-08-28 05:20:47 +0200
committerChris Church <chris@ninemoreminutes.com>2013-08-28 05:20:47 +0200
commit8d16485f7fd44c80d85c56abd263fda39f4eb83d (patch)
tree47ea01cd1e9f6c11795fb1ae6d18609ae626625c /tox.ini
parentAC-369 Inventories->Hosts page now uses the /api/vi/inventories/N/trees to lo... (diff)
downloadawx-8d16485f7fd44c80d85c56abd263fda39f4eb83d.tar.xz
awx-8d16485f7fd44c80d85c56abd263fda39f4eb83d.zip
Updated third-party requirements to latest versions.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index daf27aeb7c..05faf03093 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}