diff options
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} |