summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-01-02 11:14:49 +0100
committerAdam Tauber <asciimoo@gmail.com>2016-01-10 19:23:10 +0100
commit53979a7bf7669c803c2a493fbf136519f6a293e6 (patch)
tree3b79da9408699108ba89b22cedf73cfff1fe59b7 /buildout.cfg
parentf9186344b3642fb3d55d2dc46c96c6b25b8ccf41 (diff)
[mod] remove buildout/makefile infrastructure
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg30
1 files changed, 0 insertions, 30 deletions
diff --git a/buildout.cfg b/buildout.cfg
deleted file mode 100644
index b9e6d24ed..000000000
--- a/buildout.cfg
+++ /dev/null
@@ -1,30 +0,0 @@
-[buildout]
-extends = base.cfg
-develop = .
-
-eggs =
- searx [test]
-
-parts +=
- pyscripts
- robot
- test
-
-
-[pyscripts]
-recipe = zc.recipe.egg:script
-eggs = ${buildout:eggs}
-interpreter = py
-dependent-scripts = true
-
-
-[robot]
-recipe = zc.recipe.testrunner
-eggs = ${buildout:eggs}
-defaults = ['--color', '--auto-progress', '--layer', 'SearxRobotLayer']
-
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = ${buildout:eggs}
-defaults = ['--color', '--auto-progress', '--layer', 'SearxTestLayer', '--layer', '!SearxRobotLayer']