Skip to content

Commit 3ff5444

Browse files
committed
Merge pull request #2 from zestsoftware/zest-test-fix
Added Products.PloneTestCase as test requirement.
2 parents b04399a + 288ec6b commit 3ff5444

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

buildout.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[buildout]
22
extends = https://raw.github.com/collective/buildout.plonetest/master/test-4.x.cfg
33
package-name = quintagroup.seoptimizer
4+
package-extras = [test]

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
#'Plone >= 4.0a',
5454
# -*- Extra requirements: -*-
5555
],
56+
extras_require={
57+
'test': ['Products.PloneTestCase'],
58+
},
5659
entry_points="""
5760
# -*- Entry points: -*-
5861
[z3c.autoinclude.plugin]

travis.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ extends =
33
https://raw.github.com/collective/buildout.plonetest/master/travis-4.x.cfg
44
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
55
package-name = quintagroup.seoptimizer
6+
package-extras = [test]
67
parts +=
78
createcoverage
89
coverage-sh

0 commit comments

Comments
 (0)