diff options
author | Chris Church <chris@ninemoreminutes.com> | 2013-06-24 03:04:55 +0200 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2013-06-24 03:08:54 +0200 |
commit | cbd64ee65d2a5ce7a4b357d1b084e4f7b04f3f52 (patch) | |
tree | b4483d41fb906b0cf27245ce949a8597127869a4 /tox.ini | |
parent | Initial work for packaging .deb (diff) | |
download | awx-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.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |