~replaceafill/schooltool/cando-multi-term-gradebook

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
34
35
36
[buildout]
extends = http://ftp.schooltool.org/schooltool/flourish/versions.cfg
versions = versions
find-links =
    http://ftp.schooltool.org/schooltool/flourish/
    http://ftp.schooltool.org/schooltool/flourish/dev/
parts = package test scripts tags omelette

[package]
recipe = zc.recipe.egg:eggs
unzip = true
# set eggs to package name in buildout.cfg
eggs =

[scripts]
recipe = zc.recipe.egg:scripts
unzip = true
eggs =
    ${package:eggs}
    schooltool
    schooltool.devtools
    z3c.coverage
interpreter = python

[test]
recipe = schooltool.devtools:testrunner
eggs = ${package:eggs}
defaults = ['--tests-pattern', '^f?s?tests$', '-v', '--auto-color']

[tags]
recipe = z3c.recipe.tag:tags
eggs = ${package:eggs}

[omelette]
recipe = collective.recipe.omelette
eggs = ${package:eggs}