Skip to content

Commit

Permalink
Fix pyon buildout for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Chen committed Jul 9, 2013
1 parent 05be95c commit 9171bf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 0 additions & 2 deletions buildout.cfg
Expand Up @@ -5,8 +5,6 @@ parts =
project-directories
python
eggs =
coverage==3.5.2
gevent==0.13.7
pyon

unzip = true
Expand Down
12 changes: 7 additions & 5 deletions gcoverage_buildout.cfg
@@ -1,7 +1,9 @@
[buildout]
extends = buildout.cfg
eggs +=
${gcoverage_patch:eggs}
eggs -=
gevent==0.13.7
coverage==3.5.2
parts =
gcoverage_patch
python

[versions]
gevent=0.13.7.1
coverage=3.5.2pl1

0 comments on commit 9171bf9

Please sign in to comment.