Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.extension
Commits
bf58b4b6
Commit
bf58b4b6
authored
Mar 24, 2014
by
André Anjos
💬
Browse files
Add coveralls support
parent
ea460dd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
bf58b4b6
...
...
@@ -14,3 +14,4 @@ dist
.nfs*
.gdb_history
build
.coverage
.travis.yml
View file @
bf58b4b6
...
...
@@ -8,11 +8,14 @@ before_install:
-
sudo add-apt-repository -y ppa:biometrics/bob
-
sudo apt-get update -qq
-
sudo apt-get install -qq libboost-all-dev libblitz1-dev
-
pip install coveralls
install
:
-
"
python
bootstrap.py"
-
"
./bin/buildout"
script
:
-
"
./bin/python
-c
'from
xbob.extension
import
get_config;
print(get_config())'"
-
"
./bin/nosetests
-sv"
-
"
./bin/coverage
run
--source=xbob.extension
./bin/nosetests
-sv"
-
"
./bin/sphinx-build
-b
doctest
doc
sphinx"
-
"
./bin/sphinx-build
-b
html
doc
sphinx"
after_success
:
-
"
coveralls"
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