mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Move 19 roles into roles/0-DEPRECATED-ROLES
This commit is contained in:
parent
0e39c42bbd
commit
2218d2334b
124 changed files with 5 additions and 1 deletions
|
|
@ -0,0 +1,26 @@
|
|||
[buildout]
|
||||
extends = base.cfg
|
||||
develop = .
|
||||
|
||||
[versions]
|
||||
# Unset versions of packages you want to develop
|
||||
schooltool =
|
||||
|
||||
[package]
|
||||
eggs += schooltool
|
||||
schooltool.gradebook
|
||||
schooltool.lyceum.journal
|
||||
schooltool.intervention
|
||||
|
||||
[test]
|
||||
eggs = schooltool [test]
|
||||
|
||||
# To run selenium tests:
|
||||
# - Download standalone selenium server from
|
||||
# http://code.google.com/p/selenium/downloads/list
|
||||
# - Start the server: "java -jar selenium-server-standalone-2.7.0.jar"
|
||||
# - Uncomment the lines below:
|
||||
#
|
||||
#selenium.default = html_unit
|
||||
#selenium.html_unit.web_driver = remote
|
||||
#selenium.html_unit.capabilities = HTMLUNITWITHJS
|
||||
Loading…
Add table
Add a link
Reference in a new issue