~chris-carey/schooltool/schooltool.gradebook_gradebook_refactor

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[buildout]
extends = http://ftp.schooltool.org/schooltool/eggs/3.4/versions.cfg
versions = versions
find-links = http://ftp.schooltool.org/schooltool/releases/nightly/
             http://ftp.schooltool.org/schooltool/eggs/3.4
develop = .
parts = schooltool.gradebook test scripts tags

newest = false

[versions]
setuptools = 0.6c9

[schooltool.gradebook]
recipe = zc.recipe.egg
unzip = true
eggs = schooltool.gradebook

[scripts]
recipe = zc.recipe.egg
unzip = true
eggs = schooltool.gradebook
       schooltool.devtools
       z3c.coverage

[test]
recipe = zc.recipe.testrunner
eggs = schooltool.gradebook
defaults = ['--exit-with-status', '--tests-pattern', '^f?tests$', '-v']

[tags]
recipe = z3c.recipe.tag:tags
eggs = schooltool.lyceum.journal