Skip to content

Commit

Permalink
refactor QA tools inclusion to remove a little bit of cluttering
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Mar 21, 2013
1 parent 51f9fc3 commit c877979
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 45 deletions.
5 changes: 2 additions & 3 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-4.x.cfg
quality-assurance.cfg
https://raw.github.com/hvelarde/qa/master/tools.cfg
versions.cfg

extensions += buildout.dumppickedversions
Expand All @@ -25,5 +25,4 @@ eggs = i18ndude

[omelette]
recipe = collective.recipe.omelette
eggs =
${test:eggs}
eggs = ${test:eggs}
27 changes: 0 additions & 27 deletions coverage.sh

This file was deleted.

14 changes: 0 additions & 14 deletions quality-assurance.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion travis.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/travis-4.x.cfg
quality-assurance.cfg
https://raw.github.com/hvelarde/qa/master/tools.cfg
versions.cfg

package-name = collective.cover
Expand Down

0 comments on commit c877979

Please sign in to comment.