summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorChris Church <chris@ninemoreminutes.com>2013-06-24 03:04:55 +0200
committerChris Church <chris@ninemoreminutes.com>2013-06-24 03:08:54 +0200
commitcbd64ee65d2a5ce7a4b357d1b084e4f7b04f3f52 (patch)
treeb4483d41fb906b0cf27245ce949a8597127869a4 /tox.ini
parentInitial work for packaging .deb (diff)
downloadawx-cbd64ee65d2a5ce7a4b357d1b084e4f7b04f3f52.tar.xz
awx-cbd64ee65d2a5ce7a4b357d1b084e4f7b04f3f52.zip
Include local versions of third-party dependencies, particularly those unavailable or outdated as OS packages.
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.