-
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
Conversation
- Remove travis.cfg - Adiciona cache para pasta eggs - Remove parâmetros '-N -q -t 3' na execução do buildout - Executa bin/createcoverage - Remove sessão after_failure
- Pina setuptools e plone.app.jquery. - Adiciona Pillow explicitamente nos testes, uma vez que o plone.scale do Plone 4.2 utiliza o PIL, mas não o declara como dependência.
O i18ndude não é mais necessário uma vez que foi adicionado ao qa.cfg
Changes Unknown when pulling 3109299 on integracao_continua into * on master*. |
sudo: false | ||
cache: | ||
directories: | ||
- eggs | ||
env: | ||
- PLONE_VERSION=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.
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.
No description provided.