Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.bio.csu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.bio.csu
Commits
a41e6bda
Commit
a41e6bda
authored
Jun 19, 2015
by
Manuel Günther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trial to get opencv running on travis
parent
dfb17d5f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
.travis.yml
.travis.yml
+1
-2
doc/conf.py
doc/conf.py
+5
-5
setup.py
setup.py
+1
-1
No files found.
.travis.yml
View file @
a41e6bda
...
...
@@ -16,7 +16,7 @@ before_install:
-
sudo apt-get install -qq --force-yes libatlas-dev libatlas-base-dev liblapack-dev gfortran
-
sudo apt-get install -qq --force-yes python-opencv libcv-dev libcvaux-dev libopencv-dev
-
sudo apt-get install -qq --force-yes python-numpy python-scipy python-matplotlib
-
pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel sphinx nose numpy scipy matplotlib coverage
-
pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel
pillow
sphinx nose numpy scipy matplotlib coverage
-
pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel --pre -r requirements.txt coveralls
install
:
-
python bootstrap-buildout.py
...
...
@@ -33,7 +33,6 @@ script:
-
./bin/sphinx-build -b html doc sphinx
after_success
:
-
coveralls
-
coveralls
-
wget https://raw.githubusercontent.com/bioidiap/bob.extension/master/scripts/upload-{sphinx,wheel}.sh
-
chmod a+x upload-sphinx.sh upload-wheel.sh
-
./upload-sphinx.sh
...
...
doc/conf.py
View file @
a41e6bda
...
...
@@ -59,12 +59,12 @@ source_suffix = '.rst'
master_doc
=
'index'
# General information about the project.
project
=
u'Wrapper classes to use the CSU tools with
the FaceRecLib
'
project
=
u'Wrapper classes to use the CSU tools with
bob.bio
'
import
time
copyright
=
u'%s, Idiap Research Institute'
%
time
.
strftime
(
'%Y'
)
# Grab the setup entry
distribution
=
pkg_resources
.
require
(
'
xfacereclib.extension.CSU
'
)[
0
]
distribution
=
pkg_resources
.
require
(
'
bob.bio.csu
'
)[
0
]
# The short X.Y version.
version
=
distribution
.
version
...
...
@@ -184,7 +184,7 @@ html_favicon = ''
#html_file_suffix = None
# Output file base name for HTML help builder.
htmlhelp_basename
=
'
xfacereclib_extension
_csu_doc'
htmlhelp_basename
=
'
bob_bio
_csu_doc'
# -- Options for LaTeX output --------------------------------------------------
...
...
@@ -233,7 +233,7 @@ rst_epilog = ''
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages
=
[
(
'index'
,
'
facereclib'
,
u'FaceRecLib
Documentation'
,
[
u'Idiap Research Institute'
],
1
)
(
'index'
,
'
bob.bio.csu'
,
u'
Documentation'
,
[
u'Idiap Research Institute'
],
1
)
]
# Default processing flags for sphinx
...
...
@@ -243,7 +243,7 @@ autodoc_default_flags = ['members', 'undoc-members', 'inherited-members', 'show-
# For inter-documentation mapping:
from
bob.extension.utils
import
link_documentation
intersphinx_mapping
=
link_documentation
([
'python'
,
'bob.io.base'
,
'
facereclib
'
])
intersphinx_mapping
=
link_documentation
([
'python'
,
'bob.io.base'
,
'
bob.bio.base
'
])
def
setup
(
app
):
...
...
setup.py
View file @
a41e6bda
...
...
@@ -70,7 +70,7 @@ setup(
# on the current system will be installed locally and only visible to the
# scripts of this package. Don't worry - You won't need administrative
# privileges when using buildout.
install_requires
=
install_requires
,
install_requires
=
[
'setuptools'
]
,
# Your project should be called something like 'bob.<foo>' or
# 'bob.<foo>.<bar>'. To implement this correctly and still get all your
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment