summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorChris Church <chris@ninemoreminutes.com>2013-09-12 16:10:01 +0200
committerChris Church <chris@ninemoreminutes.com>2013-09-12 16:10:06 +0200
commite3f64c586085f890aca14f57e884702c1b6c1d3e (patch)
treed1e59205858591ac2dc5378a33e4f3ae841cb444 /tox.ini
parentAC-454 deferring scm_url validation to the API. (diff)
downloadawx-e3f64c586085f890aca14f57e884702c1b6c1d3e.tar.xz
awx-e3f64c586085f890aca14f57e884702c1b6c1d3e.zip
Tox updates.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 5 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 05faf03093..b28f5bbd82 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,6 +7,7 @@ commands = python manage.py test main
deps =
ansible==1.2.3
PyYAML
+ python-ldap
setenv =
DJANGO_SETTINGS_MODULE = awx.settings.development
# For OS X to be able to install pycrypto.
@@ -16,23 +17,23 @@ downloadcache = {toxworkdir}/cache
[testenv:py26-dj14]
basepython = python2.6
deps =
- Django==1.4.6
+ Django==1.4.7
{[testenv]deps}
[testenv:py27-dj14]
basepython = python2.7
deps =
- Django==1.4.6
+ Django==1.4.7
{[testenv]deps}
[testenv:py26-dj15]
basepython = python2.6
deps =
- Django==1.5.2
+ Django==1.5.3
{[testenv]deps}
[testenv:py27-dj15]
basepython = python2.7
deps =
- Django==1.5.2
+ Django==1.5.3
{[testenv]deps}