Skip to content
Snippets Groups Projects
Commit 3332f86d authored by Manuel Günther's avatar Manuel Günther
Browse files

Added develop.cfg and updated buildout.cfg

parent 10df21b6
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ before_install: ...@@ -23,7 +23,7 @@ before_install:
- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel scipy$SCIPYSPEC matplotlib==1.3.1 sphinx nose==1.3.0 jinja2==2.6 coveralls pygments==1.6 - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel scipy$SCIPYSPEC matplotlib==1.3.1 sphinx nose==1.3.0 jinja2==2.6 coveralls pygments==1.6
install: install:
- python bootstrap-buildout.py - python bootstrap-buildout.py
- ./bin/buildout - ./bin/buildout -c develop.cfg
script: script:
- ./bin/python -c 'from bob.example.faceverify import get_config; print(get_config())' - ./bin/python -c 'from bob.example.faceverify import get_config; print(get_config())'
- ./bin/coverage run --source=bob.example.faceverify ./bin/nosetests -sv - ./bin/coverage run --source=bob.example.faceverify ./bin/nosetests -sv
......
...@@ -6,52 +6,13 @@ ...@@ -6,52 +6,13 @@
parts = scripts parts = scripts
eggs = bob.example.faceverify eggs = bob.example.faceverify
extensions = bob.buildout extensions = bob.buildout
mr.developer develop = .
auto-checkout = *
develop = src/bob.extension
src/bob.blitz
src/bob.core
src/bob.io.base
src/bob.io.image
src/bob.sp
src/bob.math
src/bob.measure
src/bob.learn.activation
src/bob.learn.linear
src/bob.learn.em
src/bob.ip.base
src/bob.ip.color
src/bob.ip.gabor
src/bob.db.base
src/bob.db.verification.utils
src/bob.db.atnt
.
; options for bob.buildout extension ; options for bob.buildout extension
debug = false debug = false
verbose = true verbose = true
newest = false newest = false
[sources]
bob.extension = git https://github.com/bioidiap/bob.extension
bob.blitz = git https://github.com/bioidiap/bob.blitz
bob.core = git https://github.com/bioidiap/bob.core
bob.io.base = git https://github.com/bioidiap/bob.io.base
bob.io.image = git https://github.com/bioidiap/bob.io.image
bob.sp = git https://github.com/bioidiap/bob.sp
bob.math = git https://github.com/bioidiap/bob.math
bob.measure = git https://github.com/bioidiap/bob.measure
bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
bob.learn.em = git https://github.com/bioidiap/bob.learn.em
bob.ip.base = git https://github.com/bioidiap/bob.ip.base
bob.ip.color = git https://github.com/bioidiap/bob.ip.color
bob.ip.gabor = git https://github.com/bioidiap/bob.ip.gabor
bob.db.base = git https://github.com/bioidiap/bob.db.base
bob.db.verification.utils = git https://github.com/bioidiap/bob.db.verification.utils
bob.db.atnt = git https://github.com/bioidiap/bob.db.atnt
[scripts] [scripts]
recipe = bob.buildout:scripts recipe = bob.buildout:scripts
dependent-scripts = true dependent-scripts = true
; vim: set fileencoding=utf-8 :
; Andre Anjos <andre.anjos@idiap.ch>
; Mon 16 Apr 08:29:18 2012 CEST
[buildout]
parts = scripts
eggs = bob.example.faceverify
extensions = bob.buildout
mr.developer
auto-checkout = *
develop = src/bob.extension
src/bob.blitz
src/bob.core
src/bob.io.base
src/bob.io.image
src/bob.sp
src/bob.math
src/bob.measure
src/bob.learn.activation
src/bob.learn.linear
src/bob.learn.em
src/bob.ip.base
src/bob.ip.color
src/bob.ip.gabor
src/bob.db.base
src/bob.db.verification.utils
src/bob.db.atnt
.
; options for bob.buildout extension
debug = false
verbose = true
newest = false
[sources]
bob.extension = git https://github.com/bioidiap/bob.extension
bob.blitz = git https://github.com/bioidiap/bob.blitz
bob.core = git https://github.com/bioidiap/bob.core
bob.io.base = git https://github.com/bioidiap/bob.io.base
bob.io.image = git https://github.com/bioidiap/bob.io.image
bob.sp = git https://github.com/bioidiap/bob.sp
bob.math = git https://github.com/bioidiap/bob.math
bob.measure = git https://github.com/bioidiap/bob.measure
bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
bob.learn.em = git https://github.com/bioidiap/bob.learn.em
bob.ip.base = git https://github.com/bioidiap/bob.ip.base
bob.ip.color = git https://github.com/bioidiap/bob.ip.color
bob.ip.gabor = git https://github.com/bioidiap/bob.ip.gabor
bob.db.base = git https://github.com/bioidiap/bob.db.base
bob.db.verification.utils = git https://github.com/bioidiap/bob.db.verification.utils
bob.db.atnt = git https://github.com/bioidiap/bob.db.atnt
[scripts]
recipe = bob.buildout:scripts
dependent-scripts = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment