Skip to content

Commit

Permalink
Fix setuptools + build quebrada (#337)
Browse files Browse the repository at this point in the history
* Utiliza a versão do setuptools que o Plone usa.

* Hack GConf-WARNING **: Got Disconnected from DBus

Mata o Firefox para evitar que o job falhe após vários minutos.
  • Loading branch information
idgserpro authored and hvelarde committed Feb 8, 2017
1 parent 79206fe commit fdc7586
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ before_script:
script:
- bin/code-analysis
- bin/test
after_script:
# XXX:
# Firefox reclama: GConf-WARNING **: Got Disconnected from DBus.
# E continua falhndo, criando um job falho a cada 30-50 minutos.
# Então simplesmente matamos o processo.
- pkill -9 firefox
after_success:
- bin/createcoverage -t "--layer=!Acceptance"
- pip install -q coveralls
Expand Down
3 changes: 0 additions & 3 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,3 @@ compile-mo-files = true
# baixado de novo: o fato dele estar no src não impede o download
# dele de novo como um egg se ele estiver pinado no extends.
brasil.gov.portal =

# use latest version of setuptools
setuptools =

0 comments on commit fdc7586

Please sign in to comment.