diff options
author | Chris Church <chris@ninemoreminutes.com> | 2013-06-23 19:21:02 +0200 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2013-06-23 19:21:02 +0200 |
commit | 07657926b947094ff9914bf01e845b967eb08a2f (patch) | |
tree | 1d50c3bd5fea4c68cb3782021af84d0ea8c9eda6 /tox.ini | |
parent | Added main readme, work on contributing doc. (diff) | |
download | awx-07657926b947094ff9914bf01e845b967eb08a2f.tar.xz awx-07657926b947094ff9914bf01e845b967eb08a2f.zip |
Rename ansibleworks to awx.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ commands = python manage.py test main deps = -r{toxinidir}/requirements/test.txt setenv = - DJANGO_SETTINGS_MODULE = ansibleworks.settings.development + DJANGO_SETTINGS_MODULE = awx.settings.development # For OS X to be able to install pycrypto. CFLAGS=-I/opt/local/include downloadcache = {toxworkdir}/cache |