Skip to content

Commit

Permalink
Use same parts for travis and buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Jan 18, 2021
1 parent 131c02b commit cfc5e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
@@ -1,5 +1,5 @@
[buildout]
extends = https://raw.github.com/collective/buildout.plonetest/master/plone-4.x.cfg
extends = https://raw.github.com/collective/buildout.plonetest/master/test-4.x.cfg
allow-picked-versions = true
show-picked-versions = true
extensions +=
Expand Down
3 changes: 1 addition & 2 deletions travis.cfg
@@ -1,8 +1,7 @@
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/travis-4.3.x.cfg
buildout.cfg
parts = download install test createcoverage code-analysis
parts = test createcoverage code-analysis

[code-analysis]
return-status-codes = True
Expand Down

0 comments on commit cfc5e66

Please sign in to comment.