mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 18:50:04 -03:30
Updated third-party requirements to latest versions.
This commit is contained in:
10
tox.ini
10
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}
|
||||
|
||||
Reference in New Issue
Block a user