From cbd64ee65d2a5ce7a4b357d1b084e4f7b04f3f52 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Sun, 23 Jun 2013 21:04:55 -0400 Subject: Include local versions of third-party dependencies, particularly those unavailable or outdated as OS packages. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 833b41a832..daf27aeb7c 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,8 @@ envlist = [testenv] commands = python manage.py test main deps = - -r{toxinidir}/requirements/test.txt + ansible==1.2 + PyYAML setenv = DJANGO_SETTINGS_MODULE = awx.settings.development # For OS X to be able to install pycrypto. -- cgit v1.2.3