summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-11-25 12:12:28 -0800
committerJenkins <jenkins@review.openstack.org>2012-11-27 00:44:41 +0000
commit7df9e7ffe15fe985832e7da6ce6c72a7acaf2af7 (patch)
tree5cd692959dc0d8f3f5c01b61d1f208d5ecd4b2bf /tox.ini
parent2747501dee0e519f8a8d37442192fb8f595edaec (diff)
downloadzuul-7df9e7ffe15fe985832e7da6ce6c72a7acaf2af7.tar.gz
Use entrypoints for zuul-server.
If we put the code for zuul-server into the zuul module, then autodoc will pick it up for documentation. Change-Id: Idf2db82f706243c6e69984170b4783f1eece2237 Reviewed-on: https://review.openstack.org/16850 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 334cc94ec..198c01c1a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,7 @@ setenv = NOSE_WITH_COVERAGE=1
[testenv:pyflakes]
deps = pyflakes
-commands = pyflakes zuul zuul-server setup.py
+commands = pyflakes zuul setup.py
[testenv:venv]
commands = {posargs}