Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.example.faceverify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.example.faceverify
Commits
3332f86d
Commit
3332f86d
authored
10 years ago
by
Manuel Günther
Browse files
Options
Downloads
Patches
Plain Diff
Added develop.cfg and updated buildout.cfg
parent
10df21b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
buildout.cfg
+1
-40
1 addition, 40 deletions
buildout.cfg
develop.cfg
+57
-0
57 additions, 0 deletions
develop.cfg
with
59 additions
and
41 deletions
.travis.yml
+
1
−
1
View file @
3332f86d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
buildout.cfg
+
1
−
40
View file @
3332f86d
...
@@ -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
This diff is collapsed.
Click to expand it.
develop.cfg
0 → 100644
+
57
−
0
View file @
3332f86d
; 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment