summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-01-28 13:34:40 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-01-28 13:34:40 -0500
commit58a9d28ced3c133dc945266024e629335af16196 (patch)
tree33a12e789fc659022d9fca2eb84c6135b81d1c23 /buildout.cfg
parent692fe5201d5dec15a3598578a6f403e67802de0d (diff)
parent5d4b8cc6d288a705cf87c2f2c26036b94d825aa9 (diff)
Removed buildout and made tests work using 'unit2 discover'.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg31
1 files changed, 0 insertions, 31 deletions
diff --git a/buildout.cfg b/buildout.cfg
deleted file mode 100644
index 14850fe..0000000
--- a/buildout.cfg
+++ /dev/null
@@ -1,31 +0,0 @@
-[buildout]
-parts =
- interpreter
- test
- docs
- tags
-unzip = true
-
-develop = .
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = beautifulsoup
-defaults = '--tests-pattern ^tests --exit-with-status --suite-name additional_tests'.split()
-
-[docs]
-recipe = z3c.recipe.sphinxdoc
-eggs = beautifulsoup [docs]
-index-doc = README
-default.css =
-layout.html =
-
-[interpreter]
-recipe = zc.recipe.egg
-interpreter = py
-eggs = beautifulsoup
- docutils
-
-[tags]
-recipe = z3c.recipe.tag:tags
-eggs = beautifulsoup