Skip to content

Commit

Permalink
remove coverage testrunner from buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Jan 30, 2016
1 parent 5f72ae4 commit cc4cbd4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
[buildout]
develop = .
parts =
test
console_scripts
parts = test

[test]
recipe = zc.recipe.testrunner
eggs = zLOG

[console_scripts]
recipe = zc.recipe.egg
dependent-scripts = true
interpreter = python
eggs =
zLOG
coveralls
createcoverage

0 comments on commit cc4cbd4

Please sign in to comment.