File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
[buildout]
2
2
extends = https://raw.github.com/collective/buildout.plonetest/master/test-4.x.cfg
3
3
package-name = quintagroup.seoptimizer
4
+ package-extras = [test]
Original file line number Diff line number Diff line change 53
53
#'Plone >= 4.0a',
54
54
# -*- Extra requirements: -*-
55
55
],
56
+ extras_require = {
57
+ 'test' : ['Products.PloneTestCase' ],
58
+ },
56
59
entry_points = """
57
60
# -*- Entry points: -*-
58
61
[z3c.autoinclude.plugin]
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ extends =
3
3
https://raw.github.com/collective/buildout.plonetest/master/travis-4.x.cfg
4
4
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
5
5
package-name = quintagroup.seoptimizer
6
+ package-extras = [test]
6
7
parts +=
7
8
createcoverage
8
9
coverage-sh
You can’t perform that action at this time.
0 commit comments