-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
afabiani
committed
Jan 31, 2019
1 parent
6f76fd5
commit 5553170
Showing
3 changed files
with
164 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[buildout] | ||
extends = | ||
base.cfg | ||
plone-x.x.x.cfg | ||
solr.cfg | ||
solr-x.x.x.cfg | ||
versions.cfg | ||
parts += | ||
code-analysis | ||
|
||
# caches, see also .travis.yaml | ||
# one should not depend on '/home/travis' but it seems stable in containers. | ||
eggs-directory = /home/travis/buildout-cache/eggs | ||
download-cache = /home/travis/buildout-cache/downloads | ||
|
||
[code-analysis] | ||
recipe = plone.recipe.codeanalysis | ||
pre-commit-hook = False | ||
# return-status-codes = True |