1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/debian_schooltool/templates/buildout.cfg
2017-05-27 11:09:50 -07:00

26 lines
621 B
INI

[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