summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-11 17:18:22 +0000
committerStephan Richter <stephan.richter@gmail.com>2013-02-11 17:18:22 +0000
commit2e73e919128477d8ca8da0ea23cdea66d9172fb6 (patch)
tree176c9a576f58789d915d3fdcc40860c883bacdbb /buildout.cfg
parent1a1495197547cde7f0f630b3df446d22f3abada9 (diff)
downloadzope-browser-2e73e919128477d8ca8da0ea23cdea66d9172fb6.tar.gz
Added Python 3.3 and PyPy support.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg
index c4cfc8b..126b374 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,5 +1,5 @@
[buildout]
-develop = .
+develop = .
parts = test py
[test]