summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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.