-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integração continua #32
Merged
+265
−324
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
2003045
Atualiza bootstrap.py
idgserpro 1f8d037
Corrige code analysis (W503)
idgserpro 9f7608b
Adiciona part createcoverage
idgserpro 3ebaff4
Refatora configuração da CI
idgserpro 75229e4
Pina produtos para os testes funcionarem no Plone 4.2
idgserpro 2f67e81
Utiliza plone.recipe.codeanalysis recommended.
idgserpro 4f5a2a8
Remove tabs.
idgserpro 64b4157
Corrige trailing whitespace.
idgserpro 0667f5b
Remove aspas duplas.
idgserpro 011cf4f
Corrige ordem de imports
idgserpro a4bde41
Remove part i18ndude
idgserpro 3109299
Atualiza .coveragerc
idgserpro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
[report] | ||
include = | ||
src/brasil/gov/vcge/* | ||
omit = | ||
/home/*/.buildout/eggs/* | ||
/usr/* | ||
bin/test | ||
buildout-cache/eggs/* | ||
eggs/* | ||
parts/* | ||
*/test* | ||
*/upgrades/* |
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 |
---|---|---|
@@ -1,22 +1,27 @@ | ||
language: python | ||
python: 2.7 | ||
sudo: false | ||
cache: | ||
directories: | ||
- eggs | ||
env: | ||
- PLONE_VERSION=4.2 | ||
- PLONE_VERSION=4.3 QA=true | ||
- PLONE_VERSION=4.3 | ||
install: | ||
- sed -ie "s#travis-4.x.cfg#travis-$PLONE_VERSION.x.cfg#" travis.cfg | ||
- mkdir -p buildout-cache/downloads | ||
- python bootstrap.py -c travis.cfg | ||
- bin/buildout -c travis.cfg -N -q -t 3 | ||
- sed -ie "s#test-4.3#test-$PLONE_VERSION#" buildout.cfg | ||
- python bootstrap.py | ||
- bin/buildout annotate | ||
- bin/buildout | ||
before_script: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
- firefox -v | ||
script: | ||
- bin/code-analysis | ||
- bin/test | ||
- test -v QA && bin/code-analysis || true | ||
after_success: test -v QA && bin/coverage.sh && pip install -q coveralls && coveralls || true | ||
after_failure: | ||
- bin/buildout annotate -c travis.cfg | ||
- firefox -v | ||
after_success: | ||
- bin/createcoverage -t "--layer=!Robot" | ||
- pip install coveralls | ||
- coveralls | ||
notifications: | ||
irc: irc.freenode.org#plonegovbr |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alguem usa isso no Plone 4.2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hvelarde mantive porque já estava ai. Mas também acho que ninguém usa isso no 4.2. Sou a favor de remover.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
se não complicar podem deixar.